Home
last modified time | relevance | path

Searched refs:withRegs (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h67 bool UnwindLocal(bool withRegs = false, bool fpUnwind = false,
69 bool UnwindRemote(pid_t tid = 0, bool withRegs = false,
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp195 bool withRegs = regs != nullptr; in UnwindOtherThread() local
198 if (isVmProcAttach && !withRegs) { in UnwindOtherThread()
206 bool ret = unwinder->UnwindRemote(pid, withRegs, DfxConfig::GetConfig().maxFrameNums); in UnwindOtherThread()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp171 bool UnwindLocal(bool withRegs, bool fpUnwind, size_t maxFrameNum, size_t skipFrameNum);
172 bool UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum);
359 bool Unwinder::UnwindLocal(bool withRegs, bool fpUnwind, size_t maxFrameNum, size_t skipFrameNum) in UnwindLocal() argument
361 return impl_->UnwindLocal(withRegs, fpUnwind, maxFrameNum, skipFrameNum); in UnwindLocal()
364 bool Unwinder::UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) in UnwindRemote() argument
366 return impl_->UnwindRemote(tid, withRegs, maxFrameNum, skipFrameNum); in UnwindRemote()
584 bool Unwinder::Impl::UnwindLocal(bool withRegs, bool fpUnwind, size_t maxFrameNum, size_t skipFrameNum) in UnwindLocal() argument
596 if (!withRegs) { in UnwindLocal()
603 withRegs = true; in UnwindLocal()
606 if (!withRegs) { in UnwindLocal()
632 UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) UnwindRemote() argument
[all...]

Completed in 3 milliseconds