1. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  2. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  3. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 14 years ago
  4. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  5. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  6. d02f969 Add test sequence for 'frame variable this' and 'expression this' when stopped by Johnny Chen · 14 years ago
  7. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  8. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
  9. db60f8d Remove the @skip decorators for assertion aborts. Jim fixed them in r118255. by Johnny Chen · 14 years ago
  10. 56a814d Add two @skip decorators for assertion abort: by Johnny Chen · 14 years ago
  11. 125fc2b Add an option '-s session-dir-name' to overwrite the default timestamp-named by Johnny Chen · 14 years ago
  12. 72bc92e Remove the two @expectedFailure decorators as the bug has been fixed on tot. by Johnny Chen · 14 years ago
  13. 43eefce Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') 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. 8ce3cfb Add two @expectedFailure decorators for: by Johnny Chen · 14 years ago
  16. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  17. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  18. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  19. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  20. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  21. f11f705 Use the updated process launch API. by Johnny Chen · 14 years ago
  22. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  23. 0573742 Modification of the expected pattern for 'expr this->m_c_int' output. by Johnny Chen · 14 years ago
  24. be95581 Modified to accomodate gcc, llvm-gcc, and clang as compilers. by Johnny Chen · 14 years ago
  25. 10cd823 Add a test class to call lldb 'disassemble -n function' command on each call frame when stopped on C's ctor. by Johnny Chen · 14 years ago
  26. bf76c96 Remove the @skip() and @expectedFaiure decorators, the previously affected tests by Johnny Chen · 14 years ago
  27. 91de129 Only skip the test cases which are currently crashing, instead of the whole class. by Johnny Chen · 14 years ago
  28. e9048a2 Added bug number to the @skip decorator. by Johnny Chen · 14 years ago
  29. 677a86b These currently crash (from running 'expr' command). Disable the entire class for the time being. by Johnny Chen · 14 years ago
  30. 90e325d Added correct C++ method declarations for destructors and for conversion by Greg Clayton · 14 years ago
  31. af25e19 Removed the two @expectedFailure decorators for expression parser, they have been fixed. by Johnny Chen · 14 years ago
  32. c805a67 Fixed typo in the doc strings. by Johnny Chen · 14 years ago
  33. c181067 Added two test cases to exercise 'expr this->m_c_int' with @expectedFailure by Johnny Chen · 14 years ago
  34. d084c4b Updated to add a printf() stmt. by Johnny Chen · 14 years ago
  35. fde69bc Removed the expectedFailure decorator from test_with_dwarf_and_run_command() test case by Johnny Chen · 14 years ago
  36. 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
  37. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  38. 25faa35 Converted TestClassTypes.py to Dsym/Dwarf combination. Marked one test case as by Johnny Chen · 14 years ago
  39. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  40. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago
  41. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  42. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  43. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  44. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  45. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  46. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  47. f8f1b0a if -1 => evaluates to True by Johnny Chen · 14 years ago
  48. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  49. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  50. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  51. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  52. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  53. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  54. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago