Searched refs:debug_channel (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-main/ |
H A D | main-unix.c | 435 char *debug_channel, /**< enable the debugger init or not */ in init_engine() 441 if (strcmp (debug_channel, "")) in init_engine() 455 if (!strcmp (debug_channel, "rawpacket")) in init_engine() 461 assert (!strcmp (debug_channel, "websocket")); in init_engine() 495 char *debug_channel = "websocket"; in main() local 581 debug_channel = (char *) cli_consume_string (&cli_state); in main() 582 check_usage (!strcmp (debug_channel, "websocket") || !strcmp (debug_channel, "rawpacket"), in main() 695 debug_channel = ""; in main() 698 init_engine (flags, debug_channel, debug_protoco in main() 434 init_engine(jerry_init_flag_t flags, char *debug_channel, char *debug_protocol, uint16_t debug_port, char *debug_serial_config) init_engine() argument [all...] |
Completed in 2 milliseconds