Home
last modified time | relevance | path

Searched refs:lldb_regnum (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DUnwindLLDB.cpp472 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, in SearchForSavedLocationForRegister() argument
484 lldb_regnum, regloc); in SearchForSavedLocationForRegister()
490 lldb_regnum, regloc); in SearchForSavedLocationForRegister()
510 lldb_regnum = regloc.location.register_number; in SearchForSavedLocationForRegister()
H A DRegisterContextUnwind.cpp1249 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister()
2110 uint32_t lldb_regnum; in ReadGPRValue() local
2112 lldb_regnum = regnum; in ReadGPRValue()
2144 lldb_regnum, regloc, m_frame_number - 1, pc_register)) { in ReadGPRValue()
2173 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister() local
2175 lldb_regnum); in ReadRegister()
2180 lldb_regnum); in ReadRegister()
2193 lldb_regnum, regloc, m_frame_number - 1, is_pc_regnum)) in ReadRegister()
2218 lldb_regnum); in WriteRegister()
2223 lldb_regnum); in WriteRegister()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnwindLLDB.h93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc,
H A DRegisterContextUnwind.h151 SavedLocationForRegister(uint32_t lldb_regnum,
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h49 uint32_t lldb_regnum = LLDB_INVALID_REGNUM; member
H A Dx86AssemblyInspectionEngine.cpp134 it->second.lldb_regnum = ri->kinds[eRegisterKindLLDB]; in Initialize()
239 it->second.lldb_regnum = reg_info[i].lldb_regnum; in Initialize()
910 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp106 ri.lldb_regnum = i++; in Getx86_64Inspector()
125 ri.lldb_regnum = i++; in Geti386Inspector()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1690 uint32_t lldb_regnum = in SetThreadStopInfo() local
1693 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()