1. 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
  2. 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 13 years ago
  3. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  4. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 14 years ago
  5. eac25db Convert some tests to use the SBProcess.LaunchSimple API requiring only args, envs, and cwd by Johnny Chen · 14 years ago
  6. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  7. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
  8. 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 14 years ago
  9. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  10. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
  11. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  12. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  13. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  14. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
  15. c82ac76 Add the actual stop reason to an assert message for bitfields_variable_python() by Johnny Chen · 14 years ago
  16. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  17. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  18. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  19. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  20. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  21. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  22. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  23. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  24. 471d672 Removed the two expectedFailure decorators from the test cases. They have been fixed. by Johnny Chen · 14 years ago
  25. 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
  26. 8b09b32 (query-replace "variable list" "frame variable") 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. 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
  29. a0e077f Converted TestBitfields.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  30. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  31. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  32. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  33. d682fbd More descriptive method doc string. by Johnny Chen · 14 years ago
  34. d1985db Need a better method name. by Johnny Chen · 14 years ago
  35. 36fc28d Added test case TestBitfields.py for rdar://problem/8348251, where by Johnny Chen · 14 years ago
  36. fd54cd2 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  37. c42855d Fixed a typo. by Johnny Chen · 14 years ago
  38. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago