| 647 | |
| 648 | |
| 649 | bool DebuggerController::ContainsBreakpoint(uint64_t address) |
| 650 | { |
| 651 | return BNDebuggerContainsAbsoluteBreakpoint(m_object, address); |
| 652 | } |
| 653 | |
| 654 | |
| 655 | bool DebuggerController::ContainsBreakpoint(const ModuleNameAndOffset& breakpoint) |
no test coverage detected