| 793 | |
| 794 | |
| 795 | void BNDebuggerAddRelativeBreakpoint(BNDebuggerController* controller, const char* module, uint64_t offset) |
| 796 | { |
| 797 | controller->object->AddBreakpoint(ModuleNameAndOffset(module, offset)); |
| 798 | } |
| 799 | |
| 800 | |
| 801 | uint64_t BNDebuggerGetIP(BNDebuggerController* controller) |
no test coverage detected