1. 9157f5d Modify the test case related to "target modules search-paths" as it suffers from code rotting. by Johnny Chen · 13 years ago
  2. 13f96c3 Remove debug statement. by Johnny Chen · 13 years ago
  3. 2edbaa2 Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*" % self.getArchitecture() by Johnny Chen · 13 years ago
  4. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  5. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
  6. 7acdcec Add teardown hook to clear image-search-paths after the test. by Johnny Chen · 14 years ago
  7. 4d66135 Add a test case test_image_search_paths() to test lldb's ability to do image search paths by Johnny Chen · 14 years ago
  8. ec88274 Execute the test case teardown hooks in a LIFO (last in, first out) order. by Johnny Chen · 14 years ago
  9. b201736 Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching a process by Johnny Chen · 14 years ago
  10. 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
  11. 3a89ffe Really remove the @expectedFailure decorator this time. by Johnny Chen · 14 years ago
  12. b120412 Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has been fixed. by Johnny Chen · 14 years ago
  13. c958be4 Add more bug info. by Johnny Chen · 14 years ago
  14. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  15. 14df3d4 Remove file:lineno from the expected substrings. Matching 'a_function, i.e., by Johnny Chen · 14 years ago
  16. 821a8c4 Added a default build phase at the beginning of test_load_unload() test case. by Johnny Chen · 14 years ago
  17. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  18. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  19. 029acae Print the verbose output of runCmd()/expect() to stderr instead of stdout. by Johnny Chen · 14 years ago
  20. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  21. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  22. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  23. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  24. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  25. 3097439 Fixed typos from cut-and-paste errors. by Johnny Chen · 14 years ago
  26. 843f689 Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib. by Johnny Chen · 14 years ago