Home
last modified time | relevance | path

Searched refs:regs_ (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp144 regs_ = regs; in SetRegs()
145 firstFrameSp_ = regs_->GetSp(); in SetRegs()
150 return regs_; in GetRegs()
264 std::shared_ptr<DfxRegs> regs_ = nullptr; member in OHOS::HiviewDFX::Unwinder::Impl
540 if (regs_ == nullptr) { in UnwindLocalWithTid()
541 regs_ = DfxRegs::CreateFromUcontext(*(threadContext->ctx)); in UnwindLocalWithTid()
543 regs_->SetFromUcontext(*(threadContext->ctx)); in UnwindLocalWithTid()
563 context.regs = regs_; in UnwindLocalWithTid()
576 if (regs_ == nullptr) { in UnwindLocalWithContext()
577 regs_ in UnwindLocalWithContext()
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp43 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread()
64 return regs_; in GetThreadRegs()
69 regs_ = regs; in SetThreadRegs()
H A Ddfx_process.h59 std::shared_ptr<DfxRegs> regs_; member in OHOS::HiviewDFX::DfxProcess
H A Ddfx_thread.h70 std::shared_ptr<DfxRegs> regs_; member in OHOS::HiviewDFX::DfxThread::ThreadStatus
H A Ddfx_unwind_remote.cpp171 process->regs_ = DfxRegs::CreateFromUcontext(request->context); in UnwindKeyThread()
172 Printer::PrintRegsByConfig(process->regs_); in UnwindKeyThread()
H A Dprinter.cpp288 if (process->regs_ == nullptr) { in PrintThreadFaultStackByConfig()
292 faultStack->CollectRegistersBlock(process->regs_, unwinder->GetMaps()); in PrintThreadFaultStackByConfig()
H A Dcppcrash_reporter.cpp73 registers_ = GetRegsString(process_->regs_); in Format()

Completed in 5 milliseconds