• Home
  • Raw
  • Download

Lines Matching refs:DEBUGGER_LOGE

50         DEBUGGER_LOGE("DBG_ConnectToIde memset_s fail");  in DBG_ConnectToIde()
63 DEBUGGER_LOGE("DBG_ConnectToIde fail connectResult fail"); in DBG_ConnectToIde()
73 DEBUGGER_LOGE("DBG_SocketWrite fail client=%d, len=%d, buf=%s", client, len, buf); in DBG_SocketWrite()
81 DEBUGGER_LOGE("DBG_SocketWrite fail ret=%d", ret); in DBG_SocketWrite()
93 DEBUGGER_LOGE("DBG_ReadMsg fail debuggerInfo=NULL"); in DBG_ReadMsg()
122 DEBUGGER_LOGE("DBG_SendMsg fail jsonStrMsg=%s", jsonStrMsg); in DBG_SendMsg()
126 DEBUGGER_LOGE("DBG_SendMsg fail len=%zu", len); in DBG_SendMsg()
163 DEBUGGER_LOGE("DBG_SendStopMsg fail debuggerInfo=NULL"); in DBG_SendStopMsg()
168 DEBUGGER_LOGE("DBG_SendStopMsg fail cx=NULL"); in DBG_SendStopMsg()
187 DEBUGGER_LOGE("DBG_SendResponseMsg fail debuggerInfo=NULL"); in DBG_SendResponseMsg()
192 DEBUGGER_LOGE("DBG_SendResponseMsg fail cx=NULL"); in DBG_SendResponseMsg()
209 DEBUGGER_LOGE("DBG_SetBreakpoints fail debuggerInfo=NULL"); in DBG_SetBreakpoints()
215 DEBUGGER_LOGE("DBG_SetBreakpoints fail path=%s", path); in DBG_SetBreakpoints()
221 DEBUGGER_LOGE("DBG_SetBreakpoints fail pathData=JS_Undefined"); in DBG_SetBreakpoints()
240 DEBUGGER_LOGE("DBG_CotinueProcess fail debuggerInfo=NULL"); in DBG_CotinueProcess()
259 DEBUGGER_LOGE("DBG_StackTraceProcess fail debuggerInfo=NULL"); in DBG_StackTraceProcess()
272 DEBUGGER_LOGE("DBG_StackTraceProcess fail cx=NULL"); in DBG_SetScopes()
302 DEBUGGER_LOGE("DBG_GetValueAsUint32Type fail cx=NULL"); in DBG_GetValueAsUint32Type()
317 DEBUGGER_LOGE("DBG_ScopesProcess fail debuggerInfo=NULL"); in DBG_ScopesProcess()
322 DEBUGGER_LOGE("DBG_ScopesProcess fail cx=NULL"); in DBG_ScopesProcess()
328 DEBUGGER_LOGE("DBG_ScopesProcess fail frameId=%d", frameId); in DBG_ScopesProcess()
346 DEBUGGER_LOGE("DBG_SetStepOverToDebugger fail debuggerInfo=NULL"); in DBG_SetStepOverToDebugger()
351 DEBUGGER_LOGE("DBG_SetStepOverToDebugger fail cx=NULL"); in DBG_SetStepOverToDebugger()
366 DEBUGGER_LOGE("DBG_SetStepOutToDebugger fail debuggerInfo=NULL"); in DBG_SetStepOutToDebugger()
371 DEBUGGER_LOGE("DBG_SetStepOutToDebugger fail cx=NULL"); in DBG_SetStepOutToDebugger()
386 DEBUGGER_LOGE("DBG_SetStepInToDebugger fail debuggerInfo=NULL"); in DBG_SetStepInToDebugger()
391 DEBUGGER_LOGE("DBG_SetStepInToDebugger fail cx=NULL"); in DBG_SetStepInToDebugger()
406 DEBUGGER_LOGE("DBG_FreePropEnum fail cx=NULL or tab=NULL"); in DBG_FreePropEnum()
423 DEBUGGER_LOGE("DBG_GetObjectVariableReference fail cx=NULL || state=NULL"); in DBG_GetObjectVariableReference()
451 DEBUGGER_LOGE("DBG_SetVariableType fail cx=NULL || state=NULL"); in DBG_SetVariableType()
498 DEBUGGER_LOGE("DBG_SetVariableProperty fail cx=NULL || valueProperty=%s", valueProperty); in DBG_SetVariableProperty()
522 DEBUGGER_LOGE("DBG_GetVariableObj fail cx=NULL || state=NULL"); in DBG_GetVariableObj()
537 DEBUGGER_LOGE("DBG_ProcessUndefinedVariable fail cx=NULL || state=NULL"); in DBG_ProcessUndefinedVariable()
568 DEBUGGER_LOGE("DBG_VariablesUnFilteredProcess fail cx=NULL || state=NULL"); in DBG_VariablesUnFilteredProcess()
597 DEBUGGER_LOGE("DBG_VariablesFilteredProcess fail cx=NULL || state=NULL"); in DBG_VariablesFilteredProcess()
602 DEBUGGER_LOGE("DBG_VariablesFilteredProcess fail filterStr=%s", filterStr); in DBG_VariablesFilteredProcess()
639 DEBUGGER_LOGE("DBG_VariablesProcess fail debuggerInfo=NULL || state=NULL"); in DBG_VariablesProcess()
644 DEBUGGER_LOGE("DBG_VariablesProcess fail cx=NULL"); in DBG_VariablesProcess()
673 DEBUGGER_LOGE("DBG_EvaluateProcess fail debuggerInfo=NULL || state=NULL"); in DBG_EvaluateProcess()
678 DEBUGGER_LOGE("DBG_EvaluateProcess fail cx=NULL"); in DBG_EvaluateProcess()
690 DEBUGGER_LOGE("DBG_EvaluateProcess fail ret=JS_Exception"); in DBG_EvaluateProcess()
708 DEBUGGER_LOGE("DBG_PauseProcess fail debuggerInfo=NULL"); in DBG_PauseProcess()
734 DEBUGGER_LOGE("DBG_RequestProcess fail command=%s", command); in DBG_RequestProcess()
771 DEBUGGER_LOGE("DBG_ProcessMsgByType fail debuggerInfo=NULL || type=%s", type); in DBG_ProcessMsgByType()
803 DEBUGGER_LOGE("DBG_ProcessMsg fail debuggerInfo=NULL"); in DBG_ProcessMsg()
813 DEBUGGER_LOGE("DBG_ProcessMsg fail msg=JS_Undefined"); in DBG_ProcessMsg()
820 DEBUGGER_LOGE("DBG_ProcessMsg fail type is NULL"); in DBG_ProcessMsg()
835 DEBUGGER_LOGE("DBG_Entry fail cx=NULL"); in DBG_Entry()
840 DEBUGGER_LOGE("DBG_Entry fail debuggerInfo=NULL"); in DBG_Entry()
853 DEBUGGER_LOGE("DBG_IsLocEqual fail debuggerInfo=NULL"); in DBG_IsLocEqual()
872 DEBUGGER_LOGE("DBG_ProcessStepOperation fail cx=NULL || debuggerInfo==NULL"); in DBG_ProcessStepOperation()
927 DEBUGGER_LOGE("DBG_FreeSources fail cx=NULL"); in DBG_FreeSources()
940 DEBUGGER_LOGE("DBG_CallDebugger fail cx=NULL"); in DBG_CallDebugger()
945 DEBUGGER_LOGE("DBG_CallDebugger fail debuggerInfo=NULL"); in DBG_CallDebugger()
952 DEBUGGER_LOGE("pthread_create fail!"); in DBG_CallDebugger()