Home
last modified time | relevance | path

Searched refs:GetDynamicRegisterInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp115 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo() function in OperatingSystemPython
316 *thread, 0, *GetDynamicRegisterInfo(), reg_data_addr); in CreateRegisterContextForThread()
334 *thread, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForThread()
H A DOperatingSystemPython.h74 lldb_private::DynamicRegisterInfo *GetDynamicRegisterInfo();
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoInterface.h45 GetDynamicRegisterInfo(const char *reg_name) const { in GetDynamicRegisterInfo() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h68 std::shared_ptr<DynamicRegisterInfo> GetDynamicRegisterInfo();
H A DScriptedThread.cpp138 *this, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
293 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo() function in ScriptedThread
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp755 GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_eax"); in ReadAllRegisterValues()
757 reg_info = GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_rax"); in ReadAllRegisterValues()