Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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()
151 bool RegisterContextWindows::CacheAllRegisterValues() { in CacheAllRegisterValues()
[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()
776 auto *reg_ctx = static_cast<RegisterContextWindows *>( in OnCreateThread()
841 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
846 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
847 after = RegisterContextWindows::DoHardwareBreakpointsTriggerAfter(); in GetWatchpointSupportInfo()
861 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint()
865 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint()
877 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
890 auto *reg_ctx = static_cast<RegisterContextWindows *>( in EnableWatchpoint()
[all …]
H A DCMakeLists.txt16 RegisterContextWindows.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn21 # unqualified include for "RegisterContextWindows.h".
41 "RegisterContextWindows.cpp",
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/
H A DRegisterContextWindows_arm64.h21 class RegisterContextWindows_arm64 : public RegisterContextWindows {
H A DRegisterContextWindows_arm64.cpp94 : RegisterContextWindows(thread, concrete_frame_idx) {} in RegisterContextWindows_arm64()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4490 lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.h