| 254 | virtual bool RemoveBreakpoint(const DebugBreakpoint& breakpoint) = 0; |
| 255 | |
| 256 | virtual bool RemoveBreakpoint(const ModuleNameAndOffset& address) { return false; } |
| 257 | |
| 258 | virtual std::vector<DebugBreakpoint> GetBreakpointList() const = 0; |
| 259 |
nothing calls this directly
no outgoing calls
no test coverage detected