Searched refs:UnwindWithContext (Results 1 – 7 of 7) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | backtrace_local_thread.cpp | 69 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/ |
D | dwarf_unwinder.h | 30 …bool UnwindWithContext(unw_addr_space_t as, unw_context_t& context, std::shared_ptr<DfxSymbols> sy…
|
D | fp_unwinder.h | 33 bool UnwindWithContext(unw_context_t& context, size_t skipFrameNum);
|
/base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
D | dwarf_unwinder.cpp | 70 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
|
D | fp_unwinder.cpp | 68 bool FpUnwinder::UnwindWithContext(unw_context_t& context, size_t skipFrameNum) in UnwindWithContext() function in OHOS::HiviewDFX::FpUnwinder
|
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/ |
D | unwinder_test.cpp | 110 ASSERT_EQ(true, unwinder.UnwindWithContext(as, context, symbol, 0)); 142 ASSERT_EQ(true, unwinder.UnwindWithContext(context, 0));
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
D | dfx_crash_local_handler.c | 82 __attribute__((noinline)) bool UnwindWithContext(const int fd, unw_context_t* context) in UnwindWithContext() function 304 UnwindWithContext(fd, context); in CrashLocalUnwind()
|