summaryrefslogtreecommitdiffstats
path: root/lldb/test/threads/TestPrintStackTraces.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/threads to python_api/lldbutil; it uses lldbutil functions to ↵Johnny Chen2011-04-191-56/+0
| | | | | | print stack traces. llvm-svn: 129828
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
| | | | llvm-svn: 124828
* Fix wrong order of "import lldbutil" statement and its usage in the failure ↵Johnny Chen2011-01-251-1/+1
| | | | | | case. llvm-svn: 124196
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-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 stringJohnny Chen2010-12-081-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 Chen2010-11-111-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 Chen2010-10-181-1/+1
| | | | | | accommodate. llvm-svn: 116705
* Move the enum to string utility functions from lldbtest.py to lldbuti.py andJohnny Chen2010-10-071-1/+1
| | | | | | update the affected API clients. llvm-svn: 115995
* Add a test case which uses the SBProcess and SBThread APIs to iterate throughJohnny Chen2010-10-071-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
OpenPOWER on IntegriCloud