1. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
  2. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  3. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  4. 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
  5. 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
  6. 2c8d159 Add a test for Python API SBValue.GetValueType() inside TestArrayTypes.py for a by Johnny Chen · 14 years ago
  7. 12fc1dc Python API changes: SBValue.IsPtrType() -> SBValue.IsPointerType(). by Johnny Chen · 14 years ago
  8. 95adafc The r117641 check in removed the SBValue's print description of type and size. by Johnny Chen · 14 years ago
  9. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  10. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  11. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  12. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  13. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  14. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  15. c890433 Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. by Johnny Chen · 14 years ago
  16. 57c5709 Use the SBTarget process launch API for api testings. by Johnny Chen · 14 years ago
  17. 780f577 Modification of the expected substrings for the print representations of SBProcess and SBThread. by Johnny Chen · 14 years ago
  18. 22faf18 Sanity check the print representations of SBThread, SBFrame, and SBValue. by Johnny Chen · 14 years ago
  19. 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
  20. 9421d4e Sanity check the print representation of lldb.SBProcess object. by Johnny Chen · 14 years ago
  21. 8e06de9 Added a subtest to exercise the capability of lldb Python objects to print by Johnny Chen · 14 years ago
  22. 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
  23. 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
  24. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  25. 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
  26. 32caf6a Added doc strings to the array_types test cases. And terminate the current by Johnny Chen · 14 years ago
  27. 1acaf63 Converted TestArrayTypes.py to Dsym/Dwarf combination, and added verbose output by Johnny Chen · 14 years ago
  28. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  29. 0dd1039 Trivial doc string mod. by Johnny Chen · 14 years ago
  30. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  31. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  32. 54c9e11 Modified method doc string for verbose test description output. by Johnny Chen · 14 years ago
  33. c39aadc Added comment about target.LaunchProcess() not working. by Johnny Chen · 14 years ago
  34. f4ce288 Added a utility function EnvArray() to lldbtest.py. by Johnny Chen · 14 years ago
  35. b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
  36. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago
  37. 7c25416 Converted to use runCmd() and expect() for more abstraction. by Johnny Chen · 14 years ago
  38. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  39. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  40. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  41. 96f08d5 Added some commonly used assert messages to the lldbtest.py module which houses by Johnny Chen · 14 years ago
  42. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  43. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  44. f8f1b0a if -1 => evaluates to True by Johnny Chen · 14 years ago
  45. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  46. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  47. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  48. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  49. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  50. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  51. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  52. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago