diff options
author | Jonathan Adams <Jonathan.Adams@Sun.COM> | 2009-09-22 13:42:17 -0700 |
---|---|---|
committer | Jonathan Adams <Jonathan.Adams@Sun.COM> | 2009-09-22 13:42:17 -0700 |
commit | 4a1c24318fe7c9bdae38ce58a2e4624597d297e2 (patch) | |
tree | 7600cfc8c09b4048e1b5ba35af08deaa6674cd67 /usr/src/cmd/mdb/common/modules/genunix/genunix.c | |
parent | 57f8140f6a54fd2ffd46f34a9d2c36071a5ac58e (diff) | |
download | illumos-gate-4a1c24318fe7c9bdae38ce58a2e4624597d297e2.tar.gz |
6881824 ::whatis needs to be faster, smarter, and modular
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix/genunix.c')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/genunix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/genunix.c b/usr/src/cmd/mdb/common/modules/genunix/genunix.c index 28b2794519..c2f2653466 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/genunix.c +++ b/usr/src/cmd/mdb/common/modules/genunix/genunix.c @@ -4437,8 +4437,6 @@ static const mdb_dcmd_t dcmds[] = { { "vmem_seg", ":[-sv] [-c caller] [-e earliest] [-l latest] " "[-m minsize] [-M maxsize] [-t thread] [-T type]", "print or filter a vmem_seg", vmem_seg, vmem_seg_help }, - { "whatis", ":[-abiqv]", "given an address, return information", whatis, - whatis_help }, { "whatthread", ":[-v]", "print threads whose stack contains the " "given address", whatthread }, |