| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Unwind.h | 22 class Unwind 28 Unwind(Thread &thread) : in Unwind() function 36 ~Unwind() in ~Unwind() 115 DISALLOW_COPY_AND_ASSIGN (Unwind);
|
| HD | Thread.h | 1299 virtual lldb_private::Unwind * 1350 std::unique_ptr<lldb_private::Unwind> m_unwinder_ap;
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_stack.h | 37 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTraceWithPcBpAndContext() 50 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTraceWithPcBpAndContext() 53 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTraceWithPcBpAndContext()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_stacktrace_test.cc | 27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top, in TryFastUnwind() 145 stack.Unwind(0, pc, bp, 0, 0, 0, false); in TEST() 148 stack.Unwind(1, pc, bp, 0, 0, 0, false); in TEST()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); in MutexInit() 115 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 152 stk = cb->Unwind(); in MutexAfterLock() 164 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
| HD | sanitizer_deadlock_detector2.cc | 216 tm->stk = cb->Unwind(); in MutexBeforeLock() 242 link->stk1 = cb->Unwind(); in MutexBeforeLock() 257 link->stk1 = cb->Unwind(); in MutexBeforeLock() 303 tm->stk = cb->Unwind(); in MutexAfterLock()
|
| HD | sanitizer_stacktrace_libcdep.cc | 48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind() function in __sanitizer::BufferedStackTrace
|
| HD | sanitizer_deadlock_detector_interface.h | 68 virtual u32 Unwind() { return 0; } in Unwind() function
|
| HD | sanitizer_stacktrace.h | 99 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
|
| /NextBSD/contrib/gcc/ |
| HD | unwind.inc | 36 Unwind the stack calling the personality routine to find both the 63 /* Unwind successful. Run the personality routine, if any. */ 95 /* Phase 1: Search. Unwind the stack, calling the personality routine 114 /* Unwind successful. Run the personality routine, if any. */ 163 /* Unwind successful. */
|
| /NextBSD/contrib/compiler-rt/lib/tsan/dd/ |
| HD | dd_rtl.cc | 25 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace() 64 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
|
| HD | dd_rtl.h | 38 u32 Unwind() override;
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan.h | 27 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | HistoryUnwind.h | 21 class HistoryUnwind : public lldb_private::Unwind
|
| HD | UnwindMacOSXFrameBackchain.h | 23 class UnwindMacOSXFrameBackchain : public lldb_private::Unwind
|
| HD | HistoryUnwind.cpp | 28 Unwind (thread), in HistoryUnwind()
|
| HD | ThreadMemory.cpp | 95 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame()
|
| HD | UnwindLLDB.h | 26 class UnwindLLDB : public lldb_private::Unwind
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | POSIXThread.h | 128 lldb_private::Unwind *
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCStreamer.cpp | 450 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, in EmitWinEHHandler() argument 456 if (!Except && !Unwind) in EmitWinEHHandler() 458 if (Unwind) in EmitWinEHHandler()
|
| HD | MCAsmStreamer.cpp | 227 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override; 1133 void MCAsmStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, in EmitWinEHHandler() argument 1135 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except); in EmitWinEHHandler() 1139 if (Unwind) in EmitWinEHHandler()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ThreadElfCore.cpp | 66 Unwind *unwinder = GetUnwinder (); in ClearStackFrames()
|
| /NextBSD/gnu/lib/libgcc/ |
| HD | Makefile | 79 Unwind-EHABI.cpp \ 80 Unwind-sjlj.c \
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan.cc | 220 return stack->Unwind(max_s, pc, bp, 0, 0, 0, request_fast_unwind); in GetStackTrace() 222 stack->Unwind(max_s, pc, bp, 0, t->stack_top(), t->stack_bottom(), in GetStackTrace()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ThreadGDBRemote.cpp | 300 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame()
|