Searched refs:crash_debug (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | cleanup.c | 66 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()
|
D | cleanup.h | 44 extern int crash_debug;
|
D | remote.c | 5572 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()
|
D | x11vnc.c | 1527 fprintf(stderr, " dbg: %d\n", crash_debug); in print_settings() 3173 crash_debug = 1; in main() 3177 crash_debug = 0; in main()
|
D | ChangeLog | 756 * x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug,
|
/external/libvncserver/ |
D | ChangeLog | 5000 x11vnc/xrecord.c: x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug,
|