| 356 | void dbgCtxAttach(DebuggerContext *ctx, StackContext *inStack) { ctx->attach(inStack); } |
| 357 | void dbgCtxDetach(DebuggerContext *ctx) { ctx->detach(); } |
| 358 | void dbgCtxEnable(DebuggerContext *ctx, bool inEnable) { ctx->enable(inEnable); } |
| 359 | |
| 360 | |
| 361 |
no test coverage detected