| 899 | } |
| 900 | |
| 901 | std::vector<DebugBreakpoint> DbgEngAdapter::GetBreakpointList() const |
| 902 | { |
| 903 | // TODO: this list is maintained properly and can become outdated. Also, it is not used by the controller |
| 904 | // return this->m_debug_breakpoints; |
| 905 | return {}; |
| 906 | } |
| 907 | |
| 908 | void DbgEngAdapter::ApplyBreakpoints() |
| 909 | { |
nothing calls this directly
no outgoing calls
no test coverage detected