llvm-project/lldb/test/python_api
Johnny Chen c5f121e3c0 Add a test case for lldbutil.lldb_iter() which returns an iterator object
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
2011-04-26 23:54:25 +00:00
..
event Convert the rest of the test suite to use the lldbutil.get_description() utility function. 2011-04-23 00:34:56 +00:00
frame Converted to use SBProcess.LaunchSimple(). 2011-04-19 19:34:41 +00:00
function_symbol Convert the rest of the test suite to use the lldbutil.get_description() utility function. 2011-04-23 00:34:56 +00:00
lldbutil Add a test case for lldbutil.lldb_iter() which returns an iterator object 2011-04-26 23:54:25 +00:00
process Use self.TraceOn() API. 2011-04-19 19:49:09 +00:00
symbol-context Convert the rest of the test suite to use the lldbutil.get_description() utility function. 2011-04-23 00:34:56 +00:00
target Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, 2011-04-25 20:23:05 +00:00
thread Converted to use SBProcess.LaunchSimple(). 2011-04-19 20:11:58 +00:00