Symbol: cmd_notsup
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3310
{ "$?", NULL, "print status and registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3314
{ "$c", "?[cnt]", "print stack backtrace", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3315
{ "$C", "?[cnt]", "print stack backtrace", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3325
{ "$r", NULL, "print general-purpose registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3397
{ "regs", NULL, "print general purpose registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3403
{ "stack", "?[cnt]", "print stack backtrace", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3405
cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3406
{ "status", NULL, "print summary of current target", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3458
{ "$i", NULL, "print signals that are ignored", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3459
{ "$l", NULL, "print the representative thread's lwp id", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3461
{ "$x", NULL, "print floating point registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3462
{ "$X", NULL, "print floating point registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3463
{ "$y", NULL, "print floating point registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3464
{ "$Y", NULL, "print floating point registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3465
{ ":A", "?[core|pid]", "attach to process or core file", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3468
{ ":i", ":", "ignore signal (delete all matching events)", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3469
{ ":k", NULL, "forcibly kill and release target", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3473
{ ":R", NULL, "release the previously attached process", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3477
"attach to process or core file", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3484
{ "fpregs", NULL, "print floating point registers", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3485
{ "kill", NULL, "forcibly kill and release target", cmd_notsup },
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
3491
"release the previously attached process", cmd_notsup },