Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp58 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
H A DRegisterContextHistory.cpp59 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
H A DDynamicRegisterInfo.cpp338 reg_info.kinds[lldb::eRegisterKindProcessPlugin] = i; in SetRegisterInfo()
707 if (m_regs[i].kinds[eRegisterKindProcessPlugin] != LLDB_INVALID_REGNUM) in Dump()
709 m_regs[i].kinds[eRegisterKindProcessPlugin]); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp173 const uint32_t remote_reg = reg_info->kinds[eRegisterKindProcessPlugin]; in GetPrimordialRegister()
289 m_thread.GetProtocolID(), reg_info->kinds[eRegisterKindProcessPlugin], in SetPrimordialRegister()
616 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
654 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
H A DProcessGDBRemote.cpp4418 reg_info.kinds[eRegisterKindProcessPlugin] = regnum; in ParseRegisters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp572 reg_num = reg_info->kinds[eRegisterKindProcessPlugin]; in GetBestRegisterKindAndNumber()
574 reg_kind = eRegisterKindProcessPlugin; in GetBestRegisterKindAndNumber()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h244 eRegisterKindProcessPlugin, // num used by the process plugin - e.g. by the enumerator