We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279dee7 commit 54607cfCopy full SHA for 54607cf
lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg.h
@@ -91,7 +91,6 @@ class NativeRegisterContextDBReg
91
virtual uint32_t MakeBreakControlValue(size_t size) = 0;
92
virtual uint32_t MakeWatchControlValue(size_t size, uint32_t watch_flags) = 0;
93
virtual uint32_t GetWatchpointSize(uint32_t wp_index) = 0;
94
-
95
virtual llvm::Error ReadHardwareDebugInfo() = 0;
96
virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType) = 0;
97
virtual lldb::addr_t FixWatchpointHitAddress(lldb::addr_t hit_addr) {
0 commit comments