HomeSort by relevance Sort by last modified time
    Searched full:crash_debug_command (Results 1 - 1 of 1) sorted by null

  /external/libvncserver/x11vnc/
cleanup.c 433 static char *crash_debug_command = NULL; variable
439 crash_debug_command = (char *) malloc(1000);
447 snprintf(crash_debug_command, 500, "gdb %s %d", program_name, pid);
459 fprintf(stderr, " %s\n", crash_debug_command);

Completed in 415 milliseconds