Searched defs:wait_for_gdb (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dcrash_dump.cpp383 bool wait_for_gdb = android::base::GetBoolProperty("debug.debuggerd.wait_for_gdb", false); local
385 // Don't wait_for_gdb when the process didn't actually crash.
386 wait_for_gdb = false;
389 // If the process crashed or we need to send it SIGSTOP for wait_for_gdb,
392 if (wait_for_gdb || fatal_signal) {
397 if (tgkill(target, main_tid, wait_for_gdb ? SIGSTOP : signo) != 0) {
402 if (wait_for_gdb) {

Completed in 22 milliseconds