Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp42 if (!CacheAllRegisterValues()) in ReadAllRegisterValues()
95 if (!CacheAllRegisterValues()) in AddHardwareBreakpoint()
125 if (!CacheAllRegisterValues()) in RemoveHardwareBreakpoint()
139 if (!CacheAllRegisterValues()) in GetTriggeredHardwareBreakpointSlotId()
151 bool RegisterContextWindows::CacheAllRegisterValues() { in CacheAllRegisterValues() function in RegisterContextWindows
DRegisterContextWindows.h52 virtual bool CacheAllRegisterValues();
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp175 if (!CacheAllRegisterValues()) in ReadRegister()
218 if (!CacheAllRegisterValues()) in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/arm/
DRegisterContextWindows_arm.cpp105 if (!CacheAllRegisterValues()) in ReadRegister()
273 if (!CacheAllRegisterValues()) in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/arm64/
DRegisterContextWindows_arm64.cpp120 if (!CacheAllRegisterValues()) in ReadRegister()
337 if (!CacheAllRegisterValues()) in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x64/
DRegisterContextWindows_x64.cpp289 if (!CacheAllRegisterValues()) in ReadRegister()
426 if (!CacheAllRegisterValues()) in WriteRegister()