HomeSort by relevance Sort by last modified time
    Searched refs:GetPCAddress (Results 1 - 5 of 5) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_frame.py 14 obj.GetPCAddress()
  /external/lldb/scripts/Python/interface/
SBFrame.i 79 GetPCAddress () const;
283 __swig_getmethods__["addr"] = GetPCAddress
284 if _newclass: addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''')
  /external/lldb/include/lldb/API/
SBFrame.h 52 GetPCAddress () const;
  /external/lldb/test/
lldbutil.py 600 def GetPCAddress(i):
601 return thread.GetFrameAtIndex(i).GetPCAddress()
603 return map(GetPCAddress, range(thread.GetNumFrames()))
  /external/lldb/source/API/
SBFrame.cpp 608 SBFrame::GetPCAddress () const
631 log->Printf ("SBFrame::GetPCAddress () => error: could not reconstruct frame object for this SBFrame.");
637 log->Printf ("SBFrame::GetPCAddress () => error: process is running");
641 log->Printf ("SBFrame(%p)::GetPCAddress () => SBAddress(%p)", frame, sb_addr.get());
    [all...]

Completed in 2974 milliseconds