Home
last modified time | relevance | path

Searched refs:RegisterContextWindows (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp28 RegisterContextWindows::RegisterContextWindows(Thread &thread, in RegisterContextWindows() function in RegisterContextWindows
33 RegisterContextWindows::~RegisterContextWindows() {} in ~RegisterContextWindows()
35 void RegisterContextWindows::InvalidateAllRegisters() { in InvalidateAllRegisters()
39 bool RegisterContextWindows::ReadAllRegisterValues( in ReadAllRegisterValues()
51 bool RegisterContextWindows::WriteAllRegisterValues( in WriteAllRegisterValues()
59 uint32_t RegisterContextWindows::ConvertRegisterKindToRegisterNumber( in ConvertRegisterKindToRegisterNumber()
74 bool RegisterContextWindows::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep()
76 bool RegisterContextWindows::AddHardwareBreakpoint(uint32_t slot, in AddHardwareBreakpoint()
121 bool RegisterContextWindows::RemoveHardwareBreakpoint(uint32_t slot) { in RemoveHardwareBreakpoint()
138 uint32_t RegisterContextWindows::GetTriggeredHardwareBreakpointSlotId() { in GetTriggeredHardwareBreakpointSlotId()
[all …]
H A DRegisterContextWindows.h19 class RegisterContextWindows : public lldb_private::RegisterContext {
22 RegisterContextWindows(Thread &thread, uint32_t concrete_frame_idx);
24 virtual ~RegisterContextWindows();
H A DProcessWindows.cpp120 RegisterContextWindows::GetNumHardwareBreakpointSlots(), in ProcessWindows()
398 auto *reg_ctx = static_cast<RegisterContextWindows *>( in RefreshStateAfterStop()
774 auto *reg_ctx = static_cast<RegisterContextWindows *>( in OnCreateThread()
839 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
844 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
845 after = RegisterContextWindows::DoHardwareBreakpointsTriggerAfter(); in GetWatchpointSupportInfo()
859 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint()
863 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint()
875 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
888 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
[all …]
H A DCMakeLists.txt16 RegisterContextWindows.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn21 # unqualified include for "RegisterContextWindows.h".
41 "RegisterContextWindows.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.h21 class RegisterContextWindows_x64 : public RegisterContextWindows {
H A DRegisterContextWindows_x64.cpp315 : RegisterContextWindows(thread, concrete_frame_idx) {} in RegisterContextWindows_x64()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm/
H A DRegisterContextWindows_arm.h21 class RegisterContextWindows_arm : public RegisterContextWindows {
H A DRegisterContextWindows_arm.cpp80 : RegisterContextWindows(thread, concrete_frame_idx) {} in RegisterContextWindows_arm()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/
H A DRegisterContextWindows_arm64.h21 class RegisterContextWindows_arm64 : public RegisterContextWindows {
H A DRegisterContextWindows_arm64.cpp93 : RegisterContextWindows(thread, concrete_frame_idx) {} in RegisterContextWindows_arm64()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.h21 class RegisterContextWindows_x86 : public RegisterContextWindows {
H A DRegisterContextWindows_x86.cpp140 : RegisterContextWindows(thread, concrete_frame_idx) {} in RegisterContextWindows_x86()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4487 lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.h