Searched refs:lldb_regnum (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 924 RegisterContextLLDB::SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::Regi… in SavedLocationForRegister() argument 930 iterator = m_registers.find (lldb_regnum); in SavedLocationForRegister() 934 UnwindLogMsg ("supplying caller's saved reg %d's location, cached", lldb_regnum); in SavedLocationForRegister() 946 if (sp_regnum != LLDB_INVALID_REGNUM && sp_regnum == lldb_regnum) in SavedLocationForRegister() 952 m_registers[lldb_regnum] = regloc; in SavedLocationForRegister() 953 … UnwindLogMsg ("supplying caller's stack pointer (%d) value, computed from CFA", lldb_regnum); in SavedLocationForRegister() 968 ….GetRegisterContext()->ConvertBetweenRegisterKinds (eRegisterKindLLDB, lldb_regnum, unwindplan_reg… in SavedLocationForRegister() 971 lldb_regnum, (int) unwindplan_registerkind); in SavedLocationForRegister() 976 … UnwindLogMsg ("supplying caller's saved reg %d's location using FastUnwindPlan", lldb_regnum); in SavedLocationForRegister() 996 …if (lldb_regnum == pc_regnum && m_full_unwind_plan_sp->GetReturnAddressRegister() != LLDB_INVALID_… in SavedLocationForRegister() [all …]
|
D | UnwindLLDB.cpp | 281 UnwindLLDB::SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::Regi… in SearchForSavedLocationForRegister() argument 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() 312 lldb_regnum = regloc.location.register_number; in SearchForSavedLocationForRegister()
|
D | UnwindLLDB.h | 90 …SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocatio…
|
D | RegisterContextLLDB.h | 135 …SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc…
|