1. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  2. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  3. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/help/TestHelp.py]
  4. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  5. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  6. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  7. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  8. 135f6ab Fix help test cases after r226068 by Ed Maste · 11 years ago
  9. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  10. e7322b3 Re-apply TestHelp.py fix by Daniel Malea · 12 years ago
  11. 9a71a7d Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 12 years ago
  12. c20eed4 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 12 years ago
  13. 1a400cf Fixed the version test for darwin. by Greg Clayton · 13 years ago
  14. 3b92f00 Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 13 years ago
  15. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  16. ca7835c rdar://problem/11535045 by Johnny Chen · 13 years ago
  17. 5ec8fcb Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 13 years ago
  18. 2ffa754 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 14 years ago
  19. 34ddc8d Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 14 years ago
  20. 84128e6 Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help watchpt-id-list'. by Johnny Chen · 14 years ago
  21. 08633ee Adding two new options to the 'help' command: by Enrico Granata · 14 years ago
  22. 4cd2a8e Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number by Johnny Chen · 14 years ago
  23. 81ab3f5 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 14 years ago
  24. 331eff3 Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 14 years ago
  25. d6824de Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 14 years ago
  26. 24f3490 Add comments about 'image' being an alias for 'target modules'. by Johnny Chen · 15 years ago
  27. 5aceec3 Update the golden output strings to match against after the recent change. by Johnny Chen · 15 years ago
  28. b13ee84 Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 15 years ago
  29. 8493989 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 15 years ago
  30. 31c39da Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 15 years ago
  31. 5237e90 Add test cases to test that: by Johnny Chen · 15 years ago
  32. 19e302b Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 15 years ago
  33. be6fb3a8 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 15 years ago
  34. 65045f2 o TestStdCXXDisassembly.py: by Johnny Chen · 15 years ago
  35. ecf9ded LLDB command "set term-width 0" needs to be changed to "settings set term-width 0" by Johnny Chen · 15 years ago
  36. cbb4be0 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 15 years ago
  37. 74f26b8 Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. by Johnny Chen · 15 years ago
  38. 0c19186 Added more informational assert message strings. by Johnny Chen · 15 years ago
  39. 6ca006c Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 15 years ago
  40. 1794184 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 15 years ago
  41. 7325883 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 15 years ago
  42. a212495 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 15 years ago
  43. 7f5f280 Added comment. by Johnny Chen · 15 years ago
  44. bf6ffa3 Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 15 years ago
  45. 119b53e Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 15 years ago
  46. 8c3f918 Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 15 years ago
  47. 94a6899 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 15 years ago
  48. cb9b857 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 15 years ago
  49. 4657be6 For the time being, let's bracket the test runner within the by Johnny Chen · 15 years ago
  50. 7e363f5 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 15 years ago
  51. 9320d4a A simple test of 'help' command and its output. by Johnny Chen · 15 years ago