1. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
  2. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  3. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  4. 45ac7ac Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  5. d906f7f Update the comment with reagard to a bug filed against possible clang-generated by Johnny Chen · 14 years ago
  6. 5acb0e3 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  7. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  8. 5349ee2 Make the test module with unique name instead of just the generic name TestDisassembly. by Johnny Chen · 14 years ago
  9. 0ac2b92 Filename renamings. by Johnny Chen · 14 years ago
  10. 54e1ea4 Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries. by Johnny Chen · 14 years ago
  11. 90d73bc Initial version of a test case meant to disassemble each and every function from by Johnny Chen · 14 years ago
  12. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 14 years ago
  13. 301f2b1 Converted TestSTL.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  14. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  15. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  16. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago
  17. d0c24b2 Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', by Johnny Chen · 14 years ago
  18. 029acae Print the verbose output of runCmd()/expect() to stderr instead of stdout. by Johnny Chen · 14 years ago
  19. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  20. 2c624b3 Simplify the assert matched-string criterion. 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. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago
  26. 61bfb3e Removed debug stmts checked into the previous commit. by Johnny Chen · 14 years ago
  27. d6a87dc Add some comment about possible related bug info. by Johnny Chen · 14 years ago
  28. f07c46a Added a test case to test that we can successfully step into an STL function. by Johnny Chen · 14 years ago
  29. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago