Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1248 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) { in SavedLocationForRegister() argument
1249 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister()
2110 uint32_t lldb_regnum; in ReadGPRValue() local
2112 lldb_regnum = regnum; in ReadGPRValue()
2114 register_kind, regnum, eRegisterKindLLDB, lldb_regnum)) { in ReadGPRValue()
2118 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(lldb_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()
[all …]
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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()
907 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1649 uint32_t lldb_regnum = gdb_reg_ctx_sp->ConvertRegisterKindToRegisterNumber( in SetThreadStopInfo() local
1651 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()