Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Use SBModule.GetDescription(SBStream) API to get the module description to match | Johnny Chen | 2010-12-16 | 1 | -3/+4 | |
| | | | | | | against. llvm-svn: 121989 | |||||
* | Add python_api/symbol-context to test getting the symbol context while stopped | Johnny Chen | 2010-12-16 | 3 | -0/+156 | |
on a frame and to exercise the methods of SBSymbolContext. llvm-svn: 121941 |