Searched refs:JERRYX_DEBUG_MSG (Results 1 – 3 of 3) sorted by relevance
134 JERRYX_DEBUG_MSG ("TCP connection closed.\n"); in jerryx_debugger_tcp_close()317 JERRYX_DEBUG_MSG ("Waiting for client connection\n"); in jerryx_debugger_tcp_create()356 JERRYX_DEBUG_MSG ("Connected from: %s\n", inet_ntoa (addr.sin_addr)); in jerryx_debugger_tcp_create()
242 JERRYX_DEBUG_MSG ("Serial connection closed.\n"); in jerryx_debugger_serial_close()358 JERRYX_DEBUG_MSG ("Waiting for client connection\n"); in jerryx_debugger_serial_create()368 JERRYX_DEBUG_MSG ("Client connected\n"); in jerryx_debugger_serial_create()
92 #define JERRYX_DEBUG_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_DEBUG, __VA_ARGS__) macro