• Home
  • Raw
  • Download

Lines Matching defs:debuggerInfo

90 static JSValue DBG_ReadMsg(DebuggerInfo *debuggerInfo)  in DBG_ReadMsg()
108 static void DBG_SendMsg(DebuggerInfo *debuggerInfo, JSValue msgBody) in DBG_SendMsg()
160 static void DBG_SendStopMsg(DebuggerInfo *debuggerInfo, const char *stopReason) in DBG_SendStopMsg()
184 static void DBG_SendResponseMsg(DebuggerInfo *debuggerInfo, JSValue request, JSValue body) in DBG_SendResponseMsg()
206 static void DBG_SetBreakpoints(DebuggerInfo *debuggerInfo, JSValue breakpoints) in DBG_SetBreakpoints()
237 static void DBG_CotinueProcess(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *pc) in DBG_CotinueProcess()
256 static void DBG_StackTraceProcess(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *curPc) in DBG_StackTraceProcess()
314 static void DBG_ScopesProcess(DebuggerInfo *debuggerInfo, JSValue msg) in DBG_ScopesProcess()
343 static void DBG_SetStepOverToDebugger(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *pc) in DBG_SetStepOverToDebugger()
363 static void DBG_SetStepOutToDebugger(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *pc) in DBG_SetStepOutToDebugger()
383 static void DBG_SetStepInToDebugger(DebuggerInfo *debuggerInfo, JSValue msg, const uint8_t *pc) in DBG_SetStepInToDebugger()
634 static void DBG_VariablesProcess(DebuggerInfo *debuggerInfo, in DBG_VariablesProcess()
668 static void DBG_EvaluateProcess(DebuggerInfo *debuggerInfo, in DBG_EvaluateProcess()
705 static void DBG_PauseProcess(DebuggerInfo *debuggerInfo, JSValue msg) in DBG_PauseProcess()
717 static int DBG_RequestProcess(DebuggerInfo *debuggerInfo, in DBG_RequestProcess()
767 static int DBG_ProcessMsgByType(DebuggerInfo *debuggerInfo, const char *type, in DBG_ProcessMsgByType()
789 static DebuggerVariableState DBG_GetVariableState(DebuggerInfo *debuggerInfo, const uint8_t *pc) in DBG_GetVariableState()
800 static void DBG_ProcessMsg(DebuggerInfo *debuggerInfo, const uint8_t *pc, int runningBreakpoint) in DBG_ProcessMsg()
838 struct DebuggerInfo *debuggerInfo = JS_GetDebuggerInfo(cx); in DBG_Entry() local
850 static int DBG_IsLocEqual(DebuggerInfo *debuggerInfo, uint32_t depth, LocInfo loc) in DBG_IsLocEqual()
869 static int DBG_ProcessStepOperation(JSContext *cx, DebuggerInfo *debuggerInfo, const uint8_t *pc) in DBG_ProcessStepOperation()
924 void DBG_FreeSources(JSContext *cx, DebuggerInfo *debuggerInfo) in DBG_FreeSources()
943 struct DebuggerInfo *debuggerInfo = JS_GetDebuggerInfo(cx); in DBG_CallDebugger() local