Searched refs:isVmProcAttach (Results 1 – 2 of 2) sorted by relevance
119 if (isVmProcAttach) { in UnwindProcess()146 isVmProcAttach = true; in UnwindKeyThread()179 if ((!DfxConfig::GetConfig().dumpOtherThreads) || (vmPid != 0 && !isVmProcAttach)) { in UnwindOtherThread()190 if (isVmProcAttach || thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT)) { in UnwindOtherThread()197 if (isVmProcAttach && !withRegs) { in UnwindOtherThread()203 auto pid = (vmPid != 0 && isVmProcAttach) ? vmPid : tid; in UnwindOtherThread()
53 bool isVmProcAttach = false; variable