1. 318aaa0 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  2. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  3. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  4. 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 14 years ago
  5. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  6. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 14 years ago
  7. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
  8. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  9. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  10. b1ba407 Fix an incorrect comment in main.c and TestConditionalBreak.py. by Johnny Chen · 14 years ago
  11. 9f018b0 Add comment on test class failing for clang as well as llvm-gcc. by Johnny Chen · 14 years ago
  12. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  13. 16a4fef Use line_number() utility function to find the number from main.c to test against by Johnny Chen · 14 years ago
  14. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  15. e479abb Minor cleanup with added comment. by Johnny Chen · 14 years ago
  16. 93ae604 Wrapped the subclass-specific cleanup call within a try:except: clause. by Johnny Chen · 14 years ago
  17. 5b7f435 Changed this breakpoint callback function to print to the stdout instead of by Johnny Chen · 14 years ago
  18. 872aee1 Added some comments. by Johnny Chen · 14 years ago
  19. 0efdf0d Updated the expected matching string after the recent flurry of check ins. by Johnny Chen · 14 years ago
  20. b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 14 years ago
  21. a51d591 These two files should have been in r113596. Oops! by Johnny Chen · 14 years ago
  22. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 14 years ago
  23. 1605cf6 Added a lldbutil.py module, which contains utility functions which can be used by Johnny Chen · 14 years ago
  24. 4eb0ef9 Minor tweak to add expected matching strings. by Johnny Chen · 14 years ago
  25. a773049 Added a test case which exercises some thread and frame APIs to break only when by Johnny Chen · 14 years ago