Searched refs:reg_ctx_lldb_sp (Results 1 – 2 of 2) sorted by relevance
95 first_cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in AddFirstFrame()120 … m_frames[cur_idx - 1]->reg_ctx_lldb_sp, in AddOneMoreFrame()203 cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in AddOneMoreFrame()266 reg_ctx_sp = frame_cursor->reg_ctx_lldb_sp; in DoCreateRegisterContextForFrame()276 reg_ctx_sp = m_frames[frame_num]->reg_ctx_lldb_sp; in GetRegisterContextForFrameNum()292 … result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc); in SearchForSavedLocationForRegister()301 … result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc); in SearchForSavedLocationForRegister()
100 RegisterContextLLDBSP reg_ctx_lldb_sp; // These are all RegisterContextLLDB's member102 …sor () : start_pc (LLDB_INVALID_ADDRESS), cfa (LLDB_INVALID_ADDRESS), sctx(), reg_ctx_lldb_sp() { } in Cursor()