Home
last modified time | relevance | path

Searched refs:DBG_SendStopMsg (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Ddebugger.c160 static void DBG_SendStopMsg(DebuggerInfo *debuggerInfo, const char *stopReason) in DBG_SendStopMsg() function
712 DBG_SendStopMsg(debuggerInfo, "pause"); in DBG_PauseProcess()
847 DBG_SendStopMsg(debuggerInfo, "entry"); in DBG_Entry()
893 DBG_SendStopMsg(debuggerInfo, "step"); in DBG_ProcessStepOperation()
904 DBG_SendStopMsg(debuggerInfo, "stepIn"); in DBG_ProcessStepOperation()
914 DBG_SendStopMsg(debuggerInfo, "stepOut"); in DBG_ProcessStepOperation()
994 DBG_SendStopMsg(debuggerInfo, "breakpoint"); in DBG_CallDebugger()