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

123

/freebsd-current/contrib/llvm-project/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...]
H A DUnwindLLDB.h18 #include "lldb/Target/Unwind.h"
26 class UnwindLLDB : public lldb_private::Unwind {
H A DStackFrameList.h109 void GetOnlyConcreteFramesUpTo(uint32_t end_idx, Unwind &unwinder);
/freebsd-current/contrib/llvm-project/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);
/freebsd-current/contrib/llvm-project/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, \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
52 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
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,
/freebsd-current/contrib/llvm-project/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),
/freebsd-current/contrib/llvm-project/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),
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h37 u32 Unwind() override;
H A Ddd_rtl.cpp24 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
63 u32 Callback::Unwind() { function in class:__dsan::Callback
/freebsd-current/lib/libgcc_eh/
H A DMakefile.inc11 SRCS_EXC+= Unwind-EHABI.cpp
12 SRCS_EXC+= Unwind-sjlj.c
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp53 Log *log = GetLog(LLDBLog::Unwind);
83 Log *log = GetLog(LLDBLog::Unwind);
151 Log *log = GetLog(LLDBLog::Unwind);
H A DUnwindLLDB.cpp27 : Unwind(thread), m_frames(), m_unwind_complete(false),
99 // Update the Full Unwind Plan for this frame if not valid
105 Log *log = GetLog(LLDBLog::Unwind);
107 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
123 Log *log = GetLog(LLDBLog::Unwind);
319 Log *log = GetLog(LLDBLog::Unwind);
335 LLDB_LOGF(log, "th%d Unwind of this thread is complete.",
376 // Cursor::m_frames[m_frames.size() - 2]. It also succeeded to Unwind next
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h67 virtual u32 Unwind() { return 0; } function in struct:__sanitizer::DDCallback
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_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,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h48 Unwind = Log::ChannelFlag<29>, member in class:lldb_private::LLDBLog
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp61 {{"unwind"}, {"log stack unwind activities"}, LLDBLog::Unwind},
/freebsd-current/contrib/llvm-project/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);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h144 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
151 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)

Completed in 366 milliseconds

123