Home
last modified time | relevance | path

Searched refs:UnwindWithContext (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp69 ret = unwinder.UnwindWithContext(context, skipFrameNum + 1); in UnwindCurrentThread()
76 ret = unwinder.UnwindWithContext(as, context, symbol, skipFrameNum + 1); in UnwindCurrentThread()
108 ret = unwinder.UnwindWithContext(as, *(threadContext->ctx), symbol, skipFrameNum); in Unwind()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddwarf_unwinder.h30 …bool UnwindWithContext(unw_addr_space_t as, unw_context_t& context, std::shared_ptr<DfxSymbols> sy…
Dfp_unwinder.h33 bool UnwindWithContext(unw_context_t& context, size_t skipFrameNum);
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddwarf_unwinder.cpp70 bool ret = UnwindWithContext(as, context, symbol, skipFrameNum + 1); in Unwind()
75 bool DwarfUnwinder::UnwindWithContext(unw_addr_space_t as, unw_context_t& context, in UnwindWithContext() function in OHOS::HiviewDFX::DwarfUnwinder
Dfp_unwinder.cpp68 bool FpUnwinder::UnwindWithContext(unw_context_t& context, size_t skipFrameNum) in UnwindWithContext() function in OHOS::HiviewDFX::FpUnwinder
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dunwinder_test.cpp110 ASSERT_EQ(true, unwinder.UnwindWithContext(as, context, symbol, 0));
142 ASSERT_EQ(true, unwinder.UnwindWithContext(context, 0));
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c82 __attribute__((noinline)) bool UnwindWithContext(const int fd, unw_context_t* context) in UnwindWithContext() function
304 UnwindWithContext(fd, context); in CrashLocalUnwind()