Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp236 process->keyThread_->SetThreadRegs(regs); in InitTargetKeyThreadRegs()
248 thread->SetThreadRegs(DfxRegs::CreateRemoteRegs(thread->threadInfo_.nsTid)); in InitOtherThreadRegs()
H A Ddfx_thread.h47 void SetThreadRegs(const std::shared_ptr<DfxRegs> &regs);
H A Ddfx_thread.cpp68 void DfxThread::SetThreadRegs(const std::shared_ptr<DfxRegs> &regs) in SetThreadRegs() function in OHOS::HiviewDFX::DfxThread
H A Dprocess_dumper.cpp583 process_->vmThread_->SetThreadRegs(DfxRegs::CreateFromUcontext(request->context)); in InitVmThread()
610 process_->keyThread_->SetThreadRegs(DfxRegs::CreateFromUcontext(request->context)); in InitKeyThread()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp180 thread->SetThreadRegs(inputrefs);
201 thread->SetThreadRegs(DfxRegs::CreateRemoteRegs(pid));