Searched refs:debug_protocol (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-main/ |
D | main-unix.c | 436 char *debug_protocol, /**< enable the debugger init or not */ in init_engine() argument 445 if (!strcmp (debug_protocol, "tcp")) in init_engine() 451 assert (!strcmp (debug_protocol, "serial")); in init_engine() 496 char *debug_protocol = "tcp"; in main() local 591 debug_protocol = (char *) cli_consume_string (&cli_state); in main() 592 check_usage (!strcmp (debug_protocol, "tcp") || !strcmp (debug_protocol, "serial"), in main() 698 init_engine (flags, debug_channel, debug_protocol, debug_port, debug_serial_config); in main() 816 init_engine (flags, debug_channel, debug_protocol, debug_port, debug_serial_config); in main() 860 init_engine (flags, debug_channel, debug_protocol, debug_port, debug_serial_config); in main()
|
/third_party/weston/compositor/ |
D | main.c | 3239 int32_t debug_protocol = 0; in wet_main() local 3272 { WESTON_OPTION_BOOLEAN, "debug", 0, &debug_protocol }, in wet_main()
|