Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp116 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo() function in OperatingSystemPython
326 *thread, 0, *GetDynamicRegisterInfo(), reg_data_addr)); in CreateRegisterContextForThread()
344 *thread, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForThread()
H A DOperatingSystemPython.h84 DynamicRegisterInfo *GetDynamicRegisterInfo();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoInterface.h48 GetDynamicRegisterInfo(const char *reg_name) const { in GetDynamicRegisterInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp675 GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_eax"); in ReadAllRegisterValues()
677 reg_info = GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_rax"); in ReadAllRegisterValues()