| 427 | |
| 428 | |
| 429 | DebuggerBreakpoints::DebuggerBreakpoints(DebuggerState* state, std::vector<ModuleNameAndOffset> initial) : |
| 430 | m_state(state), m_breakpoints(std::move(initial)) |
| 431 | {} |
| 432 | |
| 433 | |
| 434 | bool DebuggerBreakpoints::AddAbsolute(uint64_t remoteAddress) |
nothing calls this directly
no outgoing calls
no test coverage detected