/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Unwind.h | 18 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 D | backtrace_sanitizer_common.cpp | 26 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/lldb/source/Target/ |
H A D | VerboseTrapFrameRecognizer.cpp | 36 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame() 70 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame() 82 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame()
|
H A D | AssertFrameRecognizer.cpp | 42 Log *log = GetLog(LLDBLog::Unwind); in GetAbortLocation() 72 Log *log = GetLog(LLDBLog::Unwind); in GetAssertLocation() 140 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame()
|
H A D | UnwindLLDB.cpp | 27 : 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/ubsan/ |
H A D | ubsan_diag_standalone.cpp | 25 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/compiler-rt/lib/memprof/ |
H A D | memprof_stack.cpp | 43 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 D | memprof_stack.h | 46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_stack.cpp | 28 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl() 46 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); in PrintStackTrace()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 46 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 D | EmulateInstructionPPC64.cpp | 213 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 D | sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); in MutexInit() 114 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 156 stk = cb->Unwind(); in MutexAfterLock() 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
H A D | sanitizer_stacktrace.h | 120 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 D | sanitizer_deadlock_detector2.cpp | 209 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 D | Makefile.inc | 10 SRCS_EXC+= Unwind-EHABI.cpp 11 SRCS_EXC+= Unwind-sjlj.c
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan.h | 310 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, \
|
H A D | msan.cpp | 342 return Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0, in UnwindImpl() 346 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), true); in UnwindImpl() 348 Unwind(max_depth, pc, 0, context, 0, 0, false); in UnwindImpl() 431 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan.h | 144 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \ 151 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 76 Log *log = GetLog(LLDBLog::Unwind); in GetNonCallSiteUnwindPlanFromAssembly() 382 Log *log = GetLog(LLDBLog::Unwind); in ReadMemory() 414 Log *log = GetLog(LLDBLog::Unwind); in WriteMemory() 493 Log *log = GetLog(LLDBLog::Unwind); in ReadRegister() 519 Log *log = GetLog(LLDBLog::Unwind); in WriteRegister()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 24 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace() 63 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
|
H A D | dd_rtl.h | 37 u32 Unwind() override;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.h | 25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryUnwind.h | 19 class HistoryUnwind : public lldb_private::Unwind {
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 411 Log *log = GetLog(LLDBLog::Unwind); in GetRowAtIndex() 422 Log *log = GetLog(LLDBLog::Unwind); in GetLastRow() 439 Log *log = GetLog(LLDBLog::Unwind); in PlanValidAtAddress() 462 Log *log = GetLog(LLDBLog::Unwind); in PlanValidAtAddress()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 55 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
|