Searched refs:vmThread_ (Results 1 – 5 of 5) sorted by relevance
66 process_->vmThread_->Detach(); in Dump()163 process_->vmThread_ = DfxThread::Create(request->vmPid, request->vmPid, request->vmNsPid); in InitProcessInfo()164 if (!process_->vmThread_->Attach()) { in InitProcessInfo()169 process_->vmThread_->SetThreadRegs(DfxRegs::CreateFromContext(request->context)); in InitProcessInfo()170 process_->vmThread_->threadInfo_.threadName = std::string(request->threadName); in InitProcessInfo()
62 if (process_->vmThread_ != nullptr) { in Format()63 std::string threadInfo = process_->vmThread_->ToString(); in Format()
58 std::shared_ptr<DfxThread> vmThread_ = nullptr; variable
79 if (ProcessDumper::GetInstance().IsCrash() && (process->vmThread_ != nullptr)) { in UnwindProcess()80 unw_set_target_pid(as_, process->vmThread_->threadInfo_.tid); in UnwindProcess()81 unwThread = process->vmThread_; in UnwindProcess()
59 if (process->vmThread_ != nullptr) { in PrintDumpHeader()