| 988 | |
| 989 | |
| 990 | bool BNDebuggerIsFirstLaunch(BNDebuggerController* controller) |
| 991 | { |
| 992 | return controller->object->IsFirstLaunch(); |
| 993 | } |
| 994 | |
| 995 | |
| 996 | void BNDebuggerPostDebuggerEvent(BNDebuggerController* controller, BNDebuggerEvent* event) |
no test coverage detected