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 | -128/+0 |
| | | | | | | print stack traces. llvm-svn: 129828 | ||||
* | Fix clang++ warning building the executable for testing. | Johnny Chen | 2011-02-16 | 1 | -1/+1 |
| | | | | llvm-svn: 125682 | ||||
* | Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. | Greg Clayton | 2011-02-09 | 1 | -1/+1 |
| | | | | llvm-svn: 125199 | ||||
* | Fixed compilation warnings emitted by clang. | Johnny Chen | 2010-11-11 | 1 | -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 through | Johnny Chen | 2010-10-07 | 1 | -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 Lattner | 2010-06-08 | 1 | -0/+129 |
llvm-svn: 105619 |