Home
last modified time | relevance | path

Searched refs:crash_debug (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Dcleanup.c66 int crash_debug = 0; variable
546 if (crash_debug) { crash_shell(); } in interrupted()
557 if (crash_debug) { in interrupted()
600 if (crash_debug) { in interrupted()
Dcleanup.h44 extern int crash_debug;
Dremote.c5572 snprintf(buf, bufn, "ans=%s:%d", p, crash_debug); in process_remote_cmd()
5575 crash_debug = 1; in process_remote_cmd()
5576 rfbLog("set crash_debug to: %d\n", crash_debug); in process_remote_cmd()
5581 snprintf(buf, bufn, "ans=%s:%d", p, !crash_debug); in process_remote_cmd()
5584 crash_debug = 0; in process_remote_cmd()
5585 rfbLog("set crash_debug to: %d\n", crash_debug); in process_remote_cmd()
Dx11vnc.c1527 fprintf(stderr, " dbg: %d\n", crash_debug); in print_settings()
3173 crash_debug = 1; in main()
3177 crash_debug = 0; in main()
DChangeLog756 * x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug,
/external/libvncserver/
DChangeLog5000 x11vnc/xrecord.c: x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug,