1. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  2. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  3. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  4. f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
  5. 471d672 Removed the two expectedFailure decorators from the test cases. They have been fixed. by Johnny Chen · 14 years ago
  6. 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
  7. 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
  8. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  9. 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
  10. a0e077f Converted TestBitfields.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  11. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  12. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  13. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  14. d682fbd More descriptive method doc string. by Johnny Chen · 14 years ago
  15. d1985db Need a better method name. by Johnny Chen · 14 years ago
  16. 36fc28d Added test case TestBitfields.py for rdar://problem/8348251, where by Johnny Chen · 14 years ago