| 1016 | } |
| 1017 | |
| 1018 | BF_EXPORT void BF_CALLTYPE Breakpoint_Delete(Breakpoint* wdBreakpoint) |
| 1019 | { |
| 1020 | gDebugger->DeleteBreakpoint(wdBreakpoint); |
| 1021 | } |
| 1022 | |
| 1023 | BF_EXPORT void BF_CALLTYPE Breakpoint_Check(Breakpoint* breakpoint) |
| 1024 | { |
nothing calls this directly
no test coverage detected