Searched refs:Backtrace (Results 1 - 11 of 11) sorted by relevance
/third_party/rust/crates/clap/src/error/ |
H A D | mod.rs | 74 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 D | backtrace_stub.cpp | 1 #include <backtrace/Backtrace.h> 3 Backtrace* 4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) in Create()
|
H A D | sync_stub.cpp | 5 #include <backtrace/Backtrace.h>
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ReactorDebugInfo.hpp | 61 using Backtrace = std::vector<Location>; 66 Backtrace getCallerBacktrace(size_t limit = 0); 69 void emitPrintLocation(const Backtrace &backtrace);
|
H A D | LLVMReactorDebugInfo.hpp | 145 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 D | ReactorDebugInfo.cpp | 50 Backtrace getCallerBacktrace(size_t limit /* = 0 */) in getCallerBacktrace() 122 void emitPrintLocation(const Backtrace &backtrace) in emitPrintLocation()
|
H A D | LLVMReactorDebugInfo.cpp | 153 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 D | Backtrace.h | 106 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 D | u_debug_stack_android.cpp | 24 #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 D | inspect_repl.js | 543 class Backtrace extends Array { 899 currentBacktrace = Backtrace.from(callFrames);
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 41 let backtrace = std::backtrace::Backtrace::force_capture(); in mismatch()
|
Completed in 7 milliseconds