Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename test/threads to python_api/lldbutil; it uses lldbutil functions to ↵ | Johnny Chen | 2011-04-19 | 1 | -56/+0 |
| | | | | | | print stack traces. llvm-svn: 129828 | ||||
* | Modify test scripts to accomodate SBTarget.Launch() API change. | Johnny Chen | 2011-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 124828 | ||||
* | Fix wrong order of "import lldbutil" statement and its usage in the failure ↵ | Johnny Chen | 2011-01-25 | 1 | -1/+1 |
| | | | | | | case. llvm-svn: 124196 | ||||
* | Deprecated old forms of SBTarget::Launch. There is not just one and no | Greg Clayton | 2011-01-23 | 1 | -1/+1 |
| | | | | | | SWIG renaming done to work around deprecated APIs. llvm-svn: 124075 | ||||
* | For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string | Johnny Chen | 2010-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | as the args and the envs to the launched process. o lldbtest.py: Forgot to check in some assertion messages changes for lldbtest.py. o dotest.py: Also add "api" category to the default lldb log option list. llvm-svn: 121220 | ||||
* | Fixed compilation warnings emitted by clang. | Johnny Chen | 2010-11-11 | 1 | -1/+7 |
| | | | | | | Plus make finding the break line number in main.cpp more robust. llvm-svn: 118832 | ||||
* | The StateType representation has been changed. Modify the test cases to ↵ | Johnny Chen | 2010-10-18 | 1 | -1/+1 |
| | | | | | | accommodate. llvm-svn: 116705 | ||||
* | Move the enum to string utility functions from lldbtest.py to lldbuti.py and | Johnny Chen | 2010-10-07 | 1 | -1/+1 |
| | | | | | | update the affected API clients. llvm-svn: 115995 | ||||
* | Add a test case which uses the SBProcess and SBThread APIs to iterate through | Johnny Chen | 2010-10-07 | 1 | -0/+50 |
the threads and print their stack traces when stopped on a breakpoint. Add a PrintStackTraces(process) utility function into the lldbutil.py module. llvm-svn: 115983 |