Searched refs:get_GPRs (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/python_api/lldbutil/iter/
H A DTestRegistersIterator.py48 # Dump the registers of this frame using lldbutil.get_GPRs() and friends.
52 REGs = lldbutil.get_GPRs(frame)
/external/lldb/test/python_api/frame/
H A DTestFrames.py99 # but they should be valid. Uses get_GPRs() from the lldbutil module.
100 gpr_reg_set = lldbutil.get_GPRs(frame)
/external/lldb/test/
H A Dlldbutil.py777 def get_GPRs(frame): function
782 from lldbutil import get_GPRs
783 regs = get_GPRs(frame)

Completed in 671 milliseconds