Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp139 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo() function in OperatingSystemPython
309 *thread, 0, *GetDynamicRegisterInfo(), reg_data_addr); in CreateRegisterContextForThread()
327 *thread, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForThread()
H A DOperatingSystemPython.h74 lldb_private::DynamicRegisterInfo *GetDynamicRegisterInfo();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h70 std::shared_ptr<DynamicRegisterInfo> GetDynamicRegisterInfo();
H A DScriptedThread.cpp144 *this, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
339 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()
333 std::shared_ptr<DynamicRegisterInfo> ScriptedThread::GetDynamicRegisterInfo() { GetDynamicRegisterInfo() function in ScriptedThread