Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h63 bool UnwindLocalWithContext(const ucontext_t& context,
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp92 unwind.UnwindLocalWithContext(request->context); in CrashLocalUnwind()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map16 OHOS::HiviewDFX::Unwinder::UnwindLocalWithContext*;
H A Dunwinder.cpp176 bool UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFrameNum);
360 bool Unwinder::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFra… in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder
362 return impl_->UnwindLocalWithContext(context, maxFrameNum, skipFrameNum); in UnwindLocalWithContext()
584 bool Unwinder::Impl::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t s… in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder::Impl
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp779 ASSERT_TRUE(unwinder->UnwindLocalWithContext(context));