Searched refs:lldb_regnum (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | UnwindLLDB.cpp | 472 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc, 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 D | RegisterContextUnwind.cpp | 1249 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 D | UnwindLLDB.h | 93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc,
|
| H A D | RegisterContextUnwind.h | 151 SavedLocationForRegister(uint32_t lldb_regnum,
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.h | 49 uint32_t lldb_regnum = LLDB_INVALID_REGNUM; member
|
| H A D | x86AssemblyInspectionEngine.cpp | 134 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 D | Testx86AssemblyInspectionEngine.cpp | 106 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 D | ProcessGDBRemote.cpp | 1690 uint32_t lldb_regnum = in SetThreadStopInfo() local 1693 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()
|