Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a test case for lldbutil.lldb_iter() which returns an iterator object | Johnny Chen | 2011-04-26 | 1 | -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 Chen | 2011-04-25 | 1 | -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 Chen | 2011-04-19 | 3 | -0/+191 | |
print stack traces. llvm-svn: 129828 |