llvm-project/lldb/test/python_api
Johnny Chen 64ff7e6eee Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind.
Also add three convenience functions get_GPRs(frame), get_FPRs(frame), and get_ESRs(frame) to get the general
purpose registers, the floating point registers, and the exception state registers.

Add TestRegistersIterator.py to test these added functions of lldbutil.py.

llvm-svn: 131144
2011-05-10 19:21:13 +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 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that 2011-04-28 22:57:01 +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
interpreter Add an API test script file for SBCommandInterpreter. 2011-05-06 23:26:12 +00:00
lldbutil Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind. 2011-05-10 19:21:13 +00:00
process Change the rest of lldbutil.py's function names to all lower case formats to be consistent. 2011-04-27 17:43:07 +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