2701 Add tab completion support for mdb
commit3b6e0a598869dfc84461624e8699bf51738f68b3
authorMatt Amdur <matt.amdur@delphix.com>
Sat, 12 May 2012 02:38:13 +0000 (11 22:38 -0400)
committerRichard Lowe <richlowe@richlowe.net>
Sat, 12 May 2012 02:38:13 +0000 (11 22:38 -0400)
tree1a9ce118585b6079ea60f64e04d68596b17f61d5
parentad8ef92ae01ac09e533731f5a517162c634308b4
2701 Add tab completion support for mdb
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Darren Reed <darrenr@fastmail.net>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
15 files changed:
usr/src/cmd/mdb/Makefile.kmdb.files
usr/src/cmd/mdb/Makefile.mdb
usr/src/cmd/mdb/common/mdb/mdb.c
usr/src/cmd/mdb/common/mdb/mdb.h
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
usr/src/cmd/mdb/common/mdb/mdb_modapi.h
usr/src/cmd/mdb/common/mdb/mdb_module.c
usr/src/cmd/mdb/common/mdb/mdb_module.h
usr/src/cmd/mdb/common/mdb/mdb_module_load.c
usr/src/cmd/mdb/common/mdb/mdb_print.c
usr/src/cmd/mdb/common/mdb/mdb_print.h
usr/src/cmd/mdb/common/mdb/mdb_tab.c [new file with mode: 0644]
usr/src/cmd/mdb/common/mdb/mdb_tab.h [new file with mode: 0644]
usr/src/cmd/mdb/common/mdb/mdb_termio.c
usr/src/cmd/mdb/common/mdb/mdb_whatis.c