Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
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()
DOperatingSystemPython.h74 lldb_private::DynamicRegisterInfo *GetDynamicRegisterInfo();
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfoInterface.h45 GetDynamicRegisterInfo(const char *reg_name) const { in GetDynamicRegisterInfo() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp761 GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_eax"); in ReadAllRegisterValues()
763 reg_info = GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_rax"); in ReadAllRegisterValues()