| 787 | |
| 788 | |
| 789 | void BNDebuggerAddAbsoluteBreakpoint(BNDebuggerController* controller, uint64_t address) |
| 790 | { |
| 791 | controller->object->AddBreakpoint(address); |
| 792 | } |
| 793 | |
| 794 | |
| 795 | void BNDebuggerAddRelativeBreakpoint(BNDebuggerController* controller, const char* module, uint64_t offset) |
no test coverage detected