Home
last modified time | relevance | path

Searched refs:Backtrace (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/clap/src/error/
H A Dmod.rs74 backtrace: Option<Backtrace>,
135 backtrace: Backtrace::new(), in new()
784 ok!(writeln!(f, "Backtrace:")); in fmt()
838 struct Backtrace(backtrace::Backtrace); structure names
841 impl Backtrace { impls
843 Some(Self(backtrace::Backtrace::new())) in new()
848 impl Display for Backtrace {
850 // `backtrace::Backtrace` uses `Debug` instead of `Display` in fmt()
857 struct Backtrace; structure names
860 impl Backtrace { global() impls
[all...]
/third_party/mesa3d/src/android_stub/
H A Dbacktrace_stub.cpp1 #include <backtrace/Backtrace.h>
3 Backtrace*
4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) in Create()
H A Dsync_stub.cpp5 #include <backtrace/Backtrace.h>
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactorDebugInfo.hpp61 using Backtrace = std::vector<Location>;
66 Backtrace getCallerBacktrace(size_t limit = 0);
69 void emitPrintLocation(const Backtrace &backtrace);
H A DLLVMReactorDebugInfo.hpp145 Backtrace getCallerBacktrace(size_t limit = 0) const;
147 llvm::DILocation *getLocation(const Backtrace &backtrace, size_t i);
154 void syncScope(Backtrace const &backtrace);
H A DReactorDebugInfo.cpp50 Backtrace getCallerBacktrace(size_t limit /* = 0 */) in getCallerBacktrace()
122 void emitPrintLocation(const Backtrace &backtrace) in emitPrintLocation()
H A DLLVMReactorDebugInfo.cpp153 void DebugInfo::syncScope(Backtrace const &backtrace) in syncScope()
235 llvm::DILocation *DebugInfo::getLocation(const Backtrace &backtrace, size_t i) in getLocation()
449 Backtrace DebugInfo::getCallerBacktrace(size_t limit /* = 0 */) const in getCallerBacktrace()
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h106 class Backtrace { class
117 // Create the correct Backtrace object based on what is to be unwound.
118 // If pid < 0 or equals the current pid, then the Backtrace object
120 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
122 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
127 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = nullptr);
129 virtual ~Backtrace();
190 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);
/third_party/mesa3d/src/util/
H A Du_debug_stack_android.cpp24 #include <backtrace/Backtrace.h>
54 Backtrace *bt; in debug_backtrace_capture()
59 bt = Backtrace::Create(BACKTRACE_CURRENT_PROCESS, in debug_backtrace_capture()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js543 class Backtrace extends Array {
899 currentBacktrace = Backtrace.from(callFrames);
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs41 let backtrace = std::backtrace::Backtrace::force_capture(); in mismatch()

Completed in 6 milliseconds