Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/libcxxabi/
H A DCREDITS.TXT17 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 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()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn32 "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 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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stack.h45 stack.Unwind(StackTrace::GetCurrentPc(), \
51 stack.Unwind(pc, bp, nullptr, \
H A Dasan_stack.cpp69 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 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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp53 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 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()
319 Log *log = GetLog(LLDBLog::Unwind); in AddOneMoreFrame()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp147 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 DMakefile36 Unwind-EHABI.cpp \
37 Unwind-sjlj.c \
/openbsd-src/gnu/llvm/libunwind/src/
H A DCMakeLists.txt5 Unwind-EHABI.cpp
6 Unwind-seh.cpp
23 Unwind-sjlj.c
57 Unwind-EHABI.h
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind.inc27 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 Dunwind.inc36 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 Dmsan.h275 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 DMakefile44 Unwind-EHABI.cpp \
45 Unwind-sjlj.c \
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.h130 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 Ddd_rtl.cpp24 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 DUnwindAssemblyInstEmulation.cpp76 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 DHistoryUnwind.h19 class HistoryUnwind : public lldb_private::Unwind {

12345