1. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  2. 8b5c29d Minor test runner improvemenst by Daniel Malea · 11 years ago
  3. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  4. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  5. 7c20b0a rdar://problem/10492827 by Johnny Chen · 12 years ago
  6. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  7. 126fcc3 Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. by Johnny Chen · 12 years ago
  8. 6f6dd0a Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  9. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 13 years ago
  10. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  11. 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
  12. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  13. 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
  14. 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 13 years ago
  15. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  16. ed97643 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  17. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  18. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 13 years ago
  19. 77356a0 Add TestTargetAPI.py: by Johnny Chen · 13 years ago
  20. a6e29c2 Add some comments. by Johnny Chen · 13 years ago
  21. 4c70f28 Add two utility functions to lldbutil.py: by Johnny Chen · 13 years ago
  22. 60a544f Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 13 years ago
  23. 27f0f40 Fix wrong placement of skipUnless() decorator. by Johnny Chen · 13 years ago
  24. aaea42e Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file. by Johnny Chen · 13 years ago
  25. 36a0f74 Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests by Johnny Chen · 13 years ago