Searched refs:GetFP (Results 1 – 9 of 9) sorted by relevance
65 initial_fp = cur_thread.GetFrameAtIndex(0).GetFP()204 target, frame_num, frame.GetPC(), frame.GetFP())205 print_stack_frame(process, frame.GetFP())
87 GetFP () const;344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
43 lldb::addr_t GetFP() const;
180 uint64_t GetFP(uint64_t fail_value = LLDB_INVALID_ADDRESS);
142 lldb::addr_t GetFP(lldb::addr_t fail_value = LLDB_INVALID_ADDRESS);
127 addr_t fp = reg_ctx->GetFP(); in WillResume()
164 uint64_t RegisterContext::GetFP(uint64_t fail_value) { in GetFP() function in RegisterContext
164 lldb::addr_t NativeRegisterContext::GetFP(lldb::addr_t fail_value) { in GetFP() function in NativeRegisterContext
391 addr_t SBFrame::GetFP() const { in GetFP() function in SBFrame405 addr = reg_ctx_sp->GetFP(); in GetFP()