1. 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 14 years ago
  2. cdd7e8b Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 14 years ago
  3. 7da349d Remove the @expectedFailureClang custom decorator for indicating clang-specific test failures. by Johnny Chen · 14 years ago
  4. 31963ce Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() by Johnny Chen · 14 years ago
  5. b7373c9 o lldbtest.py: by Johnny Chen · 14 years ago
  6. 02028fa For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf() by Johnny Chen · 14 years ago
  7. 5a0bee7 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 14 years ago
  8. 792ed4c Comment change. by Johnny Chen · 14 years ago
  9. 4ebd019 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 14 years ago
  10. c1c92a2 Converted to use SBProcess.LaunchSimple(). And use self.TraceOn() API. by Johnny Chen · 15 years ago
  11. fdc94ff Add test cases to exercise the SBThread.GetProcess() API. We launch the process using the by Johnny Chen · 15 years ago
  12. 2d799cc Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(lldb::addr_t addr) API. by Johnny Chen · 15 years ago
  13. f93286f Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stopping at a breakpoint, by Johnny Chen · 15 years ago
  14. d9f2c08 Test cleanup. Check for the full caller symbol of malloc -- b(int). by Johnny Chen · 15 years ago
  15. a460316 Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). by Johnny Chen · 15 years ago
  16. 2f6f7ba Add TestThreadAPI.py file to house the Python SBThread API test cases. by Johnny Chen · 15 years ago