Searched refs:lldb_regnum (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 1263 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister() 2131 uint32_t lldb_regnum; in ReadGPRValue() local 2133 lldb_regnum = regnum; in ReadGPRValue() 2144 lldb_regnum); in ReadGPRValue() 2183 lldb_regnum, regloc, m_frame_number - 1, pc_register)) { in ReadGPRValue() 2213 lldb_regnum); in ReadRegister() 2218 lldb_regnum); in ReadRegister() 2231 lldb_regnum, regloc, m_frame_number - 1, is_pc_regnum)) in ReadRegister() 2254 lldb_regnum); in WriteRegister() 2259 lldb_regnum); in WriteRegister() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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,
|
| /freebsd-14.2/contrib/llvm-project/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() 895 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1624 uint32_t lldb_regnum = gdb_reg_ctx_sp->ConvertRegisterKindToRegisterNumber( in ParseExpeditedRegisters() local 1626 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in ParseExpeditedRegisters()
|