| 1021 | } |
| 1022 | |
| 1023 | BF_EXPORT void BF_CALLTYPE Breakpoint_Check(Breakpoint* breakpoint) |
| 1024 | { |
| 1025 | gDebugger->CheckBreakpoint(breakpoint); |
| 1026 | } |
| 1027 | |
| 1028 | BF_EXPORT int BF_CALLTYPE Breakpoint_GetPendingHotBindIdx(Breakpoint* breakpoint) |
| 1029 | { |
nothing calls this directly
no test coverage detected