- 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
- 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 13 years ago
- 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
- 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 14 years ago
- eac25db Convert some tests to use the SBProcess.LaunchSimple API requiring only args, envs, and cwd by Johnny Chen · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
- 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 14 years ago
- 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
- a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
- 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
- 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
- 634c86f Slight changes to how to phrase the assert for Python API thread.GetStopReason(). by Johnny Chen · 14 years ago
- 631c45d Finish adding the actual stop reason as part of the assert message when asserting: by Johnny Chen · 14 years ago
- c82ac76 Add the actual stop reason to an assert message for bitfields_variable_python() by Johnny Chen · 14 years ago
- 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
- bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
- 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
- c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
- 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
- 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
- 40fc10f Added comments about the usage of int(string, 0) and long(string, 0) which pass by Johnny Chen · 14 years ago
- f353183 Made 'frame variable' printing of unsigned types more readable, like gdb. by Johnny Chen · 14 years ago
- 471d672 Removed the two expectedFailure decorators from the test cases. They have been fixed. by Johnny Chen · 14 years ago
- 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
- 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
- 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
- 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
- a0e077f Converted TestBitfields.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
- 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
- 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
- 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
- d682fbd More descriptive method doc string. by Johnny Chen · 14 years ago
- d1985db Need a better method name. by Johnny Chen · 14 years ago
- 36fc28d Added test case TestBitfields.py for rdar://problem/8348251, where by Johnny Chen · 14 years ago
- fd54cd2 Converted to Makefile.rules. by Johnny Chen · 14 years ago
- c42855d Fixed a typo. by Johnny Chen · 14 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago