Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp56 return ApplyAllRegisterValues(); in WriteAllRegisterValues()
112 return ApplyAllRegisterValues(); in AddHardwareBreakpoint()
132 return ApplyAllRegisterValues(); in RemoveHardwareBreakpoint()
183 bool RegisterContextWindows::ApplyAllRegisterValues() { in ApplyAllRegisterValues() function in RegisterContextWindows
DRegisterContextWindows.h53 virtual bool ApplyAllRegisterValues();
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp270 return ApplyAllRegisterValues(); in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/arm/
DRegisterContextWindows_arm.cpp429 return ApplyAllRegisterValues(); in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/arm64/
DRegisterContextWindows_arm64.cpp439 return ApplyAllRegisterValues(); in WriteRegister()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x64/
DRegisterContextWindows_x64.cpp535 return ApplyAllRegisterValues(); in WriteRegister()