Home
last modified time | relevance | path

Searched defs:CrashContext (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dmod.rs20 impl CrashContext { impl
55 pub struct CrashContext { struct
56 pub siginfo: libc::siginfo_t,
57 pub tid: libc::pid_t, // the crashing thread.
59 pub context: libc::ucontext_t,
64 pub float_state: fpstate_t,
H A Dcrash_context_mips.rs4 impl CrashContext { implementation
H A Dcrash_context_aarch64.rs3 impl CrashContext { implementation
H A Dcrash_context_x86.rs8 impl CrashContext { impl
H A Dcrash_context_arm.rs5 impl CrashContext { impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dmod.rs20 impl CrashContext { impl
55 pub struct CrashContext { struct
56 pub siginfo: libc::siginfo_t,
57 pub tid: libc::pid_t, // the crashing thread.
59 pub context: libc::ucontext_t,
64 pub float_state: fpstate_t,
H A Dcrash_context_aarch64.rs3 impl CrashContext { impl
H A Dcrash_context_mips.rs4 impl CrashContext { implementation
H A Dcrash_context_x86.rs8 impl CrashContext { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/crash_context/
H A Dmod.rs20 impl CrashContext { impl
55 pub struct CrashContext { struct
56 pub siginfo: libc::siginfo_t,
57 pub tid: libc::pid_t, // the crashing thread.
59 pub context: libc::ucontext_t,
64 pub float_state: fpstate_t,
H A Dcrash_context_aarch64.rs3 impl CrashContext { implementation
H A Dcrash_context_mips.rs4 impl CrashContext { implementation
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/linux/handler/
H A Dexception_handler.h189 struct CrashContext { struct
190 siginfo_t siginfo;
191 pid_t tid; // the crashing thread.
192 struct ucontext context;
197 struct _libc_fpstate float_state;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 ucontext_t context;
199 fpstate_t float_state;
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 ucontext_t context;
199 fpstate_t float_state;
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 struct ucontext context;
199 fpstate_t float_state;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 ucontext_t context;
199 fpstate_t float_state;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/linux/handler/
H A Dexception_handler.h198 struct CrashContext { struct
199 siginfo_t siginfo;
200 pid_t tid; // the crashing thread.
201 ucontext_t context;
206 fpstate_t float_state;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 ucontext_t context;
199 fpstate_t float_state;
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/linux/handler/
H A Dexception_handler.h198 struct CrashContext { struct
199 siginfo_t siginfo;
200 pid_t tid; // the crashing thread.
201 ucontext_t context;
206 fpstate_t float_state;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/linux/handler/
H A Dexception_handler.h198 struct CrashContext { struct
199 siginfo_t siginfo;
200 pid_t tid; // the crashing thread.
201 ucontext_t context;
206 fpstate_t float_state;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/linux/handler/
H A Dexception_handler.h198 struct CrashContext { struct
199 siginfo_t siginfo;
200 pid_t tid; // the crashing thread.
201 ucontext_t context;
206 fpstate_t float_state;
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/linux/handler/
H A Dexception_handler.h191 struct CrashContext { struct
192 siginfo_t siginfo;
193 pid_t tid; // the crashing thread.
194 ucontext_t context;
199 fpstate_t float_state;
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/client/linux/handler/
H A Dexception_handler.h145 struct CrashContext { struct
146 siginfo_t siginfo;
147 pid_t tid; // the crashing thread.
148 struct ucontext context;
149 struct _libc_fpstate float_state;
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/linux/handler/
H A Dexception_handler.h172 struct CrashContext { struct
173 siginfo_t siginfo;
174 pid_t tid; // the crashing thread.
175 struct ucontext context;
178 struct _libc_fpstate float_state;

12