| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Now that we have added a post-processing step for adding truth value testing to | Johnny Chen | 2011-05-24 | 1 | -10/+10 |
| | | | | | | | | those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970 | ||||
| * | Convert the rest of the test suite to use the lldbutil.get_description() ↵ | Johnny Chen | 2011-04-23 | 1 | -5/+3 |
| | | | | | | | utility function. llvm-svn: 130041 | ||||
| * | Converted to use SBProcess.LaunchSimple(). | Johnny Chen | 2011-04-19 | 1 | -2/+1 |
| | | | | | llvm-svn: 129789 | ||||
| * | Modify test scripts to accomodate SBTarget.Launch() API change. | Johnny Chen | 2011-02-03 | 1 | -5/+5 |
| | | | | | llvm-svn: 124828 | ||||
| * | Deprecated old forms of SBTarget::Launch. There is not just one and no | Greg Clayton | 2011-01-23 | 1 | -2/+4 |
| | | | | | | | SWIG renaming done to work around deprecated APIs. llvm-svn: 124075 | ||||
| * | No need to pass an empty string as an arg or as an env string to the ↵ | Johnny Chen | 2010-12-22 | 1 | -2/+2 |
| | | | | | | | SBTarget.LaunchProcess() API. llvm-svn: 122450 | ||||
| * | Fix some typos in the docstrings and also update the test method names. | Johnny Chen | 2010-12-22 | 1 | -13/+12 |
| | | | | | llvm-svn: 122382 | ||||
| * | Add test cases for registering a listener object with the broadcaster of a ↵ | Johnny Chen | 2010-12-22 | 1 | -16/+126 |
| | | | | | | | | | | process and waiting for two expected state changed events to arrive: "running" followed by "stopped". llvm-svn: 122380 | ||||
| * | Rename the test methods to be more meaningful. | Johnny Chen | 2010-12-21 | 1 | -8/+8 |
| | | | | | llvm-svn: 122352 | ||||
| * | Set the debugger to asynchronous mode before using the Python API call to kill | Johnny Chen | 2010-12-21 | 1 | -2/+11 |
| | | | | | | | | the process. The custom thread started before this point is running in a loop waiting for events to come. llvm-svn: 122316 | ||||
| * | Fix typo. | Johnny Chen | 2010-12-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 122306 | ||||
| * | Added python_api/event/TestEvents.py to get the listener object associated ↵ | Johnny Chen | 2010-12-21 | 3 | -0/+154 |
| with the debugger and to exercise some event APIs. llvm-svn: 122304 | |||||

