Home
last modified time | relevance | path

Searched refs:isVmProcAttach (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp119 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()
H A Ddfx_unwind_remote.h53 bool isVmProcAttach = false; variable