| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/libcxxabi/ |
| H A D | CREDITS.TXT | 17 D: ARM EHABI Unwind & Exception Handling 38 D: ARM EHABI Unwind & Exception Handling 45 D: ARM EHABI Unwind & Exception Handling 62 D: ARM EHABI Unwind & Exception Handling, Bare-metal 66 D: ARM EHABI Unwind & Exception Handling 70 D: ARM EHABI Unwind & Exception Handling
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/ |
| H A D | BUILD.gn | 32 "Unwind-EHABI.cpp", 33 "Unwind-EHABI.h", 34 "Unwind-seh.cpp", 35 "Unwind-sjlj.c",
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_stack.h | 45 stack.Unwind(StackTrace::GetCurrentPc(), \ 51 stack.Unwind(pc, bp, nullptr, \
|
| H A D | asan_stack.cpp | 69 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in UnwindImpl() 77 Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0, in UnwindImpl()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | AssertFrameRecognizer.cpp | 53 Log *log = GetLog(LLDBLog::Unwind); in GetAbortLocation() 83 Log *log = GetLog(LLDBLog::Unwind); in GetAssertLocation() 151 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() 319 Log *log = GetLog(LLDBLog::Unwind); in AddOneMoreFrame()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stacktrace_test.cpp | 147 trace.Unwind(start_pc, fake_bp, nullptr, true, 1); in TEST_F() 154 trace.Unwind(start_pc, fake_bp, nullptr, true, 0); in TEST_F() 265 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/0); in TEST() 268 stack.Unwind(pc, bp, nullptr, false, /*max_depth=*/1); in TEST()
|
| /openbsd-src/gnu/lib/libexecinfo/ |
| H A D | Makefile | 36 Unwind-EHABI.cpp \ 37 Unwind-sjlj.c \
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | CMakeLists.txt | 5 Unwind-EHABI.cpp 6 Unwind-seh.cpp 23 Unwind-sjlj.c 57 Unwind-EHABI.h
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | unwind.inc | 27 Unwind the stack calling the personality routine to find both the 54 /* Unwind successful. Run the personality routine, if any. */ 87 /* Phase 1: Search. Unwind the stack, calling the personality routine 106 /* Unwind successful. Run the personality routine, if any. */ 155 /* Unwind successful. */
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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. */
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan.h | 275 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \ 289 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_malloc, size);\ 298 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); \
|
| /openbsd-src/gnu/lib/libcxxabi/ |
| H A D | Makefile | 44 Unwind-EHABI.cpp \ 45 Unwind-sjlj.c \
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan.h | 130 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \ 137 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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() 495 Log *log = GetLog(LLDBLog::Unwind); in ReadRegister() 521 Log *log = GetLog(LLDBLog::Unwind); in WriteRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryUnwind.h | 19 class HistoryUnwind : public lldb_private::Unwind {
|