MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doDebugCommand

Function doDebugCommand

xs/platforms/qca4020/xsPlatform.c:259–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void doDebugCommand(void *machine, void *refcon, uint8_t *message, uint16_t messageLength)
260{
261 txMachine* the = machine;
262
263 the->debugNotifyOutstanding = false;
264
265 if (!the->debugFragments)
266 return;
267
268 fxDebugCommand(the);
269 if (the->breakOnStartFlag) {
270 fxBeginHost(the);
271 fxDebugger(the, (char *)__FILE__, __LINE__);
272 fxEndHost(the);
273 }
274}
275
276void fxReceiveLoop(void)
277{

Callers

nothing calls this directly

Calls 4

fxDebugCommandFunction · 0.85
fxBeginHostFunction · 0.85
fxDebuggerFunction · 0.85
fxEndHostFunction · 0.85

Tested by

no test coverage detected