| 1423 | } |
| 1424 | |
| 1425 | void PiuDebugMachine_close(xsMachine* the) |
| 1426 | { |
| 1427 | PiuDebugMachine self = xsGetHostData(xsThis); |
| 1428 | PiuDebugMachineDelete(self); |
| 1429 | xsSetHostData(xsThis, NULL); |
| 1430 | (void)xsCall0(xsThis, xsID_onDisconnected); |
| 1431 | } |
| 1432 | |
| 1433 | void PiuDebugMachine_doBinaryCommandAux(xsMachine* the) |
| 1434 | { |
nothing calls this directly
no test coverage detected