Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp194 const uint32_t remote_reg = reg_info->kinds[eRegisterKindProcessPlugin]; in GetPrimordialRegister()
343 m_thread.GetProtocolID(), reg_info->kinds[eRegisterKindProcessPlugin], in SetPrimordialRegister()
693 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
732 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
H A DProcessGDBRemote.cpp1692 eRegisterKindProcessPlugin, pair.first); in SetThreadStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp56 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
H A DRegisterContextHistory.cpp57 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp311 reg_info.kinds[lldb::eRegisterKindProcessPlugin] = i; in SetRegisterInfo()
624 remote_to_local_regnum_map[reg.kinds[eRegisterKindProcessPlugin]] = in ConfigureOffsets()
747 if (m_regs[i].kinds[eRegisterKindProcessPlugin] != LLDB_INVALID_REGNUM) in Dump()
749 m_regs[i].kinds[eRegisterKindProcessPlugin]); in Dump()
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp563 reg_num = reg_info->kinds[eRegisterKindProcessPlugin]; in GetBestRegisterKindAndNumber()
565 reg_kind = eRegisterKindProcessPlugin; in GetBestRegisterKindAndNumber()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h232 eRegisterKindProcessPlugin, ///< num used by the process plugin - e.g. by the enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst357 .. py:data:: eRegisterKindProcessPlugin