Home
last modified time | relevance | path

Searched refs:GetFP (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py65 initial_fp = cur_thread.GetFrameAtIndex(0).GetFP()
204 target, frame_num, frame.GetPC(), frame.GetFP())
205 print_stack_frame(process, frame.GetFP())
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i87 GetFP () const;
344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h43 lldb::addr_t GetFP() const;
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContext.h180 uint64_t GetFP(uint64_t fail_value = LLDB_INVALID_ADDRESS);
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h142 lldb::addr_t GetFP(lldb::addr_t fail_value = LLDB_INVALID_ADDRESS);
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlan.cpp127 addr_t fp = reg_ctx->GetFP(); in WillResume()
H A DRegisterContext.cpp164 uint64_t RegisterContext::GetFP(uint64_t fail_value) { in GetFP() function in RegisterContext
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp164 lldb::addr_t NativeRegisterContext::GetFP(lldb::addr_t fail_value) { in GetFP() function in NativeRegisterContext
/openbsd/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp391 addr_t SBFrame::GetFP() const { in GetFP() function in SBFrame
405 addr = reg_ctx_sp->GetFP(); in GetFP()