Home
last modified time | relevance | path

Searched refs:UnwindLocalWithContext (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h63 bool UnwindLocalWithContext(const ucontext_t& context,
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp86 unwind.UnwindLocalWithContext(*uc); in CrashLocalUnwind()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp169 bool UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFrameNum);
349 bool Unwinder::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFrameNum) in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder
351 return impl_->UnwindLocalWithContext(context, maxFrameNum, skipFrameNum); in UnwindLocalWithContext()
574 bool Unwinder::Impl::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFrameNum) in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder::Impl
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp743 * @tc.desc: test unwinder UnwindLocalWithContext interface
778 ASSERT_TRUE(unwinder->UnwindLocalWithContext(context)); in HWTEST_F()

Completed in 5 milliseconds