HomeSort by relevance Sort by last modified time
    Searched defs:detach_failed (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
debuggerd.c 287 bool detach_failed = false; local
311 signal, true, true, &detach_failed,
315 dump_backtrace(fd, request.pid, request.tid, &detach_failed,
345 signal, !attach_gdb, false, &detach_failed,
376 detach_failed = true;
390 detach_failed = true;
400 if (detach_failed) {
tombstone.c 405 bool detach_failed = false; local
432 detach_failed = true;
437 return detach_failed;
610 bool detach_failed = false; local
612 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec);
620 return detach_failed;
680 bool dump_sibling_threads, bool quiet, bool* detach_failed,
688 *detach_failed = false;
695 *detach_failed = dump_crash(&log, pid, tid, signal, dump_sibling_threads,

Completed in 55 milliseconds