Searched refs:Unwind (Results 1 - 25 of 60) sorted by relevance

123

/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DUnwind.h1 //===-- Unwind.h ------------------------------------------------*- C++ -*-===//
18 class Unwind { class in namespace:lldb_private
20 // Classes that inherit from Unwind can see and modify these
21 Unwind(Thread &thread) : m_thread(thread) {} function in class:lldb_private::Unwind
24 virtual ~Unwind() = default;
64 // Classes that inherit from Unwind can see and modify these
80 Unwind(const Unwind &) = delete;
81 const Unwind &operator=(const Unwind
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
33 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal);
/openbsd-current/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(),
77 Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0,
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp43 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
48 Unwind(max_depth, pc, bp, context, 0, 0, false);
H A Dmemprof_stack.h46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp26 return Unwind(max_depth, pc, 0, context, 0, 0, false);
32 return Unwind(max_depth, pc, bp, context, top, bottom, request_fast);
48 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h14 #include "lldb/Target/Unwind.h"
19 class HistoryUnwind : public lldb_private::Unwind {
H A DHistoryUnwind.cpp28 : Unwind(thread), m_pcs(pcs),
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
H A Dlsan.cpp46 Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h37 u32 Unwind() override;
/openbsd-current/gnu/lib/libexecinfo/
H A DMakefile36 Unwind-EHABI.cpp \
37 Unwind-sjlj.c \
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp53 Log *log = GetLog(LLDBLog::Unwind);
83 Log *log = GetLog(LLDBLog::Unwind);
151 Log *log = GetLog(LLDBLog::Unwind);
/openbsd-current/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-current/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-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp94 m->stk = cb->Unwind();
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid());
156 stk = cb->Unwind();
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid());
H A Dsanitizer_deadlock_detector_interface.h67 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
H A Dsanitizer_stacktrace.h120 void Unwind(uptr pc, uptr bp, void *context, bool request_fast, function in struct:__sanitizer::BufferedStackTrace
133 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h48 Unwind = Log::ChannelFlag<29>, member in class:lldb_private::LLDBLog
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DLLDBLog.cpp61 {{"unwind"}, {"log stack unwind activities"}, LLDBLog::Unwind},
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp213 Log *log = GetLog(LLDBLog::Unwind);
240 Log *log = GetLog(LLDBLog::Unwind);
278 Log *log = GetLog(LLDBLog::Unwind);
336 Log *log = GetLog(LLDBLog::Unwind);
371 Log *log = GetLog(LLDBLog::Unwind);
/openbsd-current/gnu/lib/libcxxabi/
H A DMakefile44 Unwind-EHABI.cpp \
45 Unwind-sjlj.c \
/openbsd-current/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)

Completed in 321 milliseconds

123