summaryrefslogtreecommitdiffstats
path: root/lldb/test/threads/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/threads to python_api/lldbutil; it uses lldbutil functions to ↵Johnny Chen2011-04-191-128/+0
| | | | | | print stack traces. llvm-svn: 129828
* Fix clang++ warning building the executable for testing.Johnny Chen2011-02-161-1/+1
| | | | llvm-svn: 125682
* Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton2011-02-091-1/+1
| | | | llvm-svn: 125199
* Fixed compilation warnings emitted by clang.Johnny Chen2010-11-111-4/+2
| | | | | | Plus make finding the break line number in main.cpp more robust. llvm-svn: 118832
* Add a test case which uses the SBProcess and SBThread APIs to iterate throughJohnny Chen2010-10-071-1/+2
| | | | | | | | 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
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+129
llvm-svn: 105619
OpenPOWER on IntegriCloud