diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-05-03 23:55:05 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-03 23:55:05 +0000 |
| commit | 24f3490467371e2ec713becf49ac9fc586a6a718 (patch) | |
| tree | a34d83aa78b83176186e24f4e9d0ff6e6c704963 | |
| parent | f1f67597d9c511cd27be900a7ada11ed3aad86c3 (diff) | |
| download | bcm5719-llvm-24f3490467371e2ec713becf49ac9fc586a6a718.tar.gz bcm5719-llvm-24f3490467371e2ec713becf49ac9fc586a6a718.zip | |
Add comments about 'image' being an alias for 'target modules'.
llvm-svn: 130806
| -rw-r--r-- | lldb/test/help/TestHelp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 99cc421afe3..77142e19dbe 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -69,6 +69,7 @@ class HelpCommandTestCase(TestBase): def test_help_image_dump_symtab_should_not_crash(self): """Command 'help image dump symtab' should not crash lldb.""" + # 'image' is an alias for 'target modules'. self.expect("help image dump symtab", substrs = ['dump symtab', 'sort-order']) @@ -83,6 +84,7 @@ class HelpCommandTestCase(TestBase): def test_help_image_du_line_should_work(self): """Command 'help image du line' is not ambiguous and should work.""" + # 'image' is an alias for 'target modules'. self.expect("help image du line", substrs = ['Dump the debug symbol file for one or more target modules']) |

