Searched refs:lldb_regnum (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1269 RegisterContextUnwind::GetAbstractRegisterLocation(uint32_t lldb_regnum, in GetAbstractRegisterLocation() argument 1271 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in GetAbstractRegisterLocation() 1484 uint32_t lldb_regnum, in SavedLocationForRegister() argument 1486 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister() 1502 GetAbstractRegisterLocation(lldb_regnum, abs_regkind); in SavedLocationForRegister() 2133 uint32_t lldb_regnum; in ReadGPRValue() local 2135 lldb_regnum = regnum; in ReadGPRValue() 2137 register_kind, regnum, eRegisterKindLLDB, lldb_regnum)) { in ReadGPRValue() 2141 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(lldb_regnum); in ReadGPRValue() 2146 lldb_regnum); in ReadGPRValue() [all …]
|
| H A D | UnwindLLDB.cpp | 477 uint32_t lldb_regnum, in SearchForSavedLocationForRegister() argument 490 lldb_regnum, regloc); in SearchForSavedLocationForRegister() 496 lldb_regnum, regloc); in SearchForSavedLocationForRegister() 517 lldb_regnum = regloc.location.register_number; in SearchForSavedLocationForRegister()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterContextUnwind.h | 151 uint32_t lldb_regnum, 155 GetAbstractRegisterLocation(uint32_t lldb_regnum, lldb::RegisterKind &kind);
|
| H A D | UnwindLLDB.h | 96 uint32_t lldb_regnum,
|
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1699 uint32_t lldb_regnum = gdb_reg_ctx_sp->ConvertRegisterKindToRegisterNumber( in ParseExpeditedRegisters() local 1701 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in ParseExpeditedRegisters()
|