Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h18 class Unwind {
21 Unwind(Thread &thread) : m_thread(thread) {} in Unwind() function
24 virtual ~Unwind() = default;
80 Unwind(const Unwind &) = delete;
81 const Unwind &operator=(const Unwind &) = delete;
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp26 return Unwind(max_depth, pc, 0, context, 0, 0, false); in UnwindImpl()
32 return Unwind(max_depth, pc, bp, context, top, bottom, request_fast); in UnwindImpl()
48 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0), in BacktraceCommon()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp25 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
33 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); in __sanitizer_print_stack_trace()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DVerboseTrapFrameRecognizer.cpp69 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame()
103 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame()
115 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame()
H A DAssertFrameRecognizer.cpp42 Log *log = GetLog(LLDBLog::Unwind); in GetAbortLocation()
72 Log *log = GetLog(LLDBLog::Unwind); in GetAssertLocation()
142 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame()
H A DUnwindLLDB.cpp27 : Unwind(thread), m_frames(), m_unwind_complete(false), in UnwindLLDB()
105 Log *log = GetLog(LLDBLog::Unwind); in AddFirstFrame()
123 Log *log = GetLog(LLDBLog::Unwind); in GetOneMoreFrame()
324 Log *log = GetLog(LLDBLog::Unwind); in AddOneMoreFrame()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp43 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in UnwindImpl()
48 Unwind(max_depth, pc, bp, context, 0, 0, false); in UnwindImpl()
H A Dmemprof_stack.h46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
52 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp213 Log *log = GetLog(LLDBLog::Unwind); in EmulateMFSPR()
240 Log *log = GetLog(LLDBLog::Unwind); in EmulateLD()
278 Log *log = GetLog(LLDBLog::Unwind); in EmulateSTD()
336 Log *log = GetLog(LLDBLog::Unwind); in EmulateOR()
371 Log *log = GetLog(LLDBLog::Unwind); in EmulateADDI()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp94 m->stk = cb->Unwind(); in MutexInit()
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
156 stk = cb->Unwind(); in MutexAfterLock()
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_stacktrace.h120 void Unwind(uptr pc, uptr bp, void *context, bool request_fast,
133 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
H A Dsanitizer_deadlock_detector2.cpp209 tm->stk = cb->Unwind(); in MutexBeforeLock()
235 link->stk1 = cb->Unwind(); in MutexBeforeLock()
250 link->stk1 = cb->Unwind(); in MutexBeforeLock()
296 tm->stk = cb->Unwind(); in MutexAfterLock()
/freebsd/lib/libgcc_eh/
H A DMakefile.inc10 SRCS_EXC+= Unwind-EHABI.cpp
11 SRCS_EXC+= Unwind-sjlj.c
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp205 return Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0, in UnwindImpl()
208 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), true); in UnwindImpl()
210 Unwind(max_depth, pc, 0, context, 0, 0, false); in UnwindImpl()
459 stack.Unwind(pc, bp, nullptr, false); in checkFT()
508 stack.Unwind(pc, bp, nullptr, false); in checkFT()
675 stack.Unwind(pc, bp, nullptr, false); in fCmpFailFT()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp80 Log *log = GetLog(LLDBLog::Unwind); in GetNonCallSiteUnwindPlanFromAssembly()
302 Log *log = GetLog(LLDBLog::Unwind); in ReadMemory()
334 Log *log = GetLog(LLDBLog::Unwind); in WriteMemory()
412 Log *log = GetLog(LLDBLog::Unwind); in ReadRegister()
438 Log *log = GetLog(LLDBLog::Unwind); in WriteRegister()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h310 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
325 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, \
335 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \
341 // Unwind the stack for fatal error, as the parameter `stack` is
345 (STACK)->Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h144 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
151 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp24 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace()
63 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
H A Ddd_rtl.h37 u32 Unwind() override;
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_assertions.h41 stack.Unwind(info.pc, info.bp, nullptr, in ExpectNotRealtime()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h19 class HistoryUnwind : public lldb_private::Unwind {
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp440 LLDB_LOG(GetLog(LLDBLog::Unwind), in GetRowAtIndex()
449 LLDB_LOG(GetLog(LLDBLog::Unwind), in GetLastRow()
459 Log *log = GetLog(LLDBLog::Unwind); in PlanValidAtAddress()
482 Log *log = GetLog(LLDBLog::Unwind); in PlanValidAtAddress()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp55 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()

123