Home
last modified time | relevance | path

Searched refs:vmThread_ (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Dprocess_dumper.cpp66 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()
Dcppcrash_reporter.cpp62 if (process_->vmThread_ != nullptr) { in Format()
63 std::string threadInfo = process_->vmThread_->ToString(); in Format()
Ddfx_process.h58 std::shared_ptr<DfxThread> vmThread_ = nullptr; variable
Ddfx_unwind_remote.cpp79 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()
Dprinter.cpp59 if (process->vmThread_ != nullptr) { in PrintDumpHeader()