llvm-project/lldb/packages/Python/lldbsuite
Enrico Granata 46d4aa211f When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands
This is useful in cases such as, e.g.

(lldb) help NSString
(the user meant type lookup)

or

(lldb) help kill
(the user is looking for process kill)

Fixes rdar://24868537

llvm-svn: 262271
2016-02-29 23:22:53 +00:00
..
support Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
test When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands 2016-02-29 23:22:53 +00:00
__init__.py Added lldbsuite.lldb_test_root, switched formatter to use it. 2015-12-07 06:19:48 +00:00