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 54607cf commit 8093a60Copy full SHA for 8093a60
lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg.h
@@ -87,7 +87,6 @@ class NativeRegisterContextDBReg
87
};
88
virtual std::optional<WatchpointDetails>
89
AdjustWatchpoint(const WatchpointDetails &details) = 0;
90
-
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;
0 commit comments