Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1240 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister()
2097 uint32_t lldb_regnum; in ReadGPRValue() local
2099 lldb_regnum = regnum; in ReadGPRValue()
2131 lldb_regnum, regloc, m_frame_number - 1, pc_register)) { in ReadGPRValue()
2160 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister() local
2162 lldb_regnum); in ReadRegister()
2167 lldb_regnum); in ReadRegister()
2180 lldb_regnum, regloc, m_frame_number - 1, is_pc_regnum)) in ReadRegister()
2205 lldb_regnum); in WriteRegister()
2210 lldb_regnum); in WriteRegister()
[all …]
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h49 uint32_t lldb_regnum = LLDB_INVALID_REGNUM; member
H A Dx86AssemblyInspectionEngine.cpp133 it->second.lldb_regnum = ri->kinds[eRegisterKindLLDB]; in Initialize()
238 it->second.lldb_regnum = reg_info[i].lldb_regnum; in Initialize()
909 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1769 uint32_t lldb_regnum = in SetThreadStopInfo() local
1772 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()