Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp120 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo() function in OperatingSystemPython
328 *thread, 0, *GetDynamicRegisterInfo(), reg_data_addr); in CreateRegisterContextForThread()
346 *thread, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForThread()
DOperatingSystemPython.h77 DynamicRegisterInfo *GetDynamicRegisterInfo();
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoInterface.h45 GetDynamicRegisterInfo(const char *reg_name) const { in GetDynamicRegisterInfo() function
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp757 GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_eax"); in ReadAllRegisterValues()
759 reg_info = GetRegisterInfoInterface().GetDynamicRegisterInfo("orig_rax"); in ReadAllRegisterValues()