summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a test case for lldbutil.lldb_iter() which returns an iterator objectJohnny Chen2011-04-261-0/+64
| | | | | | | | for lldb objects which can contain other lldb objects. Examples are: SBTarget contains SBModule, SBModule contains SBSymbols, SBProcess contains SBThread, SBThread contains SBFrame, etc. llvm-svn: 130258
* For lldbutil.py, Change a bunch of function names to all lower case formats ↵Johnny Chen2011-04-251-1/+1
| | | | | | | | to be consistent. And modify the test cases accordingly. llvm-svn: 130174
* Rename test/threads to python_api/lldbutil; it uses lldbutil functions to ↵Johnny Chen2011-04-193-0/+191
print stack traces. llvm-svn: 129828
OpenPOWER on IntegriCloud