1. 8bbc216 Re-apply TestHelp.py fix by Daniel Malea · 11 years ago
  2. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  3. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  4. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 11 years ago
  5. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  6. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  7. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  8. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 12 years ago
  9. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  10. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  11. 3f39170 Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help watchpt-id-list'. by Johnny Chen · 13 years ago
  12. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  13. 2b5b8d2 Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number by Johnny Chen · 13 years ago
  14. 24b81e3 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 13 years ago
  15. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  16. f6c3de8 Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 13 years ago
  17. 2ec2922 Add comments about 'image' being an alias for 'target modules'. by Johnny Chen · 13 years ago
  18. 7e0dbcf Update the golden output strings to match against after the recent change. by Johnny Chen · 13 years ago
  19. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 13 years ago
  20. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 13 years ago
  21. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 13 years ago
  22. cfc53a2 Add test cases to test that: by Johnny Chen · 13 years ago
  23. a2b1ac8 Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 13 years ago
  24. 8bf15e2 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 13 years ago
  25. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  26. 40daa87 LLDB command "set term-width 0" needs to be changed to "settings set term-width 0" by Johnny Chen · 14 years ago
  27. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  28. e8b02f3 Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. by Johnny Chen · 14 years ago
  29. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  30. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  31. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  32. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  33. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  34. 068d9a8 Added comment. by Johnny Chen · 14 years ago
  35. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  36. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  37. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  38. 16b9747 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 14 years ago
  39. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  40. 1bfbd41 For the time being, let's bracket the test runner within the by Johnny Chen · 14 years ago
  41. 6b8fc82 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 14 years ago
  42. 64845fd A simple test of 'help' command and its output. by Johnny Chen · 14 years ago