Searched refs:DEBUGGER_LOGI (Results 1 – 3 of 3) sorted by relevance
/third_party/quickjs/ |
D | message_server.cpp | 134 DEBUGGER_LOGI("dbg msg %s", msgBuf.get()); in ReadMsg() 158 DEBUGGER_LOGI("NeedDebugBreakPoint: %d", needDebugBreakPoint); in DBG_SetNeedDebugBreakPoint() 172 DEBUGGER_LOGI("DBG_StartServer"); in DBG_StartServer() 227 DEBUGGER_LOGI("DBG_StartAgent client = %d", client); in DBG_StartAgent()
|
D | debugger.c | 58 DEBUGGER_LOGI("DBG_ConnectToIde client=%d", client); in DBG_ConnectToIde() 101 DEBUGGER_LOGI("DBG_ReadMsg %s", message); in DBG_ReadMsg() 131 DEBUGGER_LOGI("DBG_SendMsg: %s", jsonStrMsg); in DBG_SendMsg() 823 DEBUGGER_LOGI("DBG_ProcessMsg type=%s", type); in DBG_ProcessMsg() 859 …DEBUGGER_LOGI("DBG_IsLocEqual last depth %d, this depth %d, last line %d, this line %d", debuggerI… in DBG_IsLocEqual() 990 DEBUGGER_LOGI("DBG_CallDebugger hit breakpoint at line %d", loc.line); in DBG_CallDebugger()
|
D | debugger.h | 63 #define DEBUGGER_LOGI(...) HILOG_INFO(LOG_CORE, __VA_ARGS__) macro
|