| 635 | |
| 636 | |
| 637 | void DebuggerController::AddBreakpoint(uint64_t address) |
| 638 | { |
| 639 | BNDebuggerAddAbsoluteBreakpoint(m_object, address); |
| 640 | } |
| 641 | |
| 642 | |
| 643 | void DebuggerController::AddBreakpoint(const ModuleNameAndOffset& breakpoint) |
nothing calls this directly
no test coverage detected