Home
last modified time | relevance | path

Searched refs:log_crash (Results 1 – 10 of 10) sorted by relevance

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcrash.cpp56 static void log_crash( const char *type, const char *msg ) in log_crash() function
131 log_crash( "Signal", msg ); in signal_handler()
158 log_crash( type, msg ); in crash_terminate_handler()
170 log_crash( type, msg ); in crash_terminate_handler()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcrash.cpp56 static void log_crash( const char *type, const char *msg ) in log_crash() function
131 log_crash( "Signal", msg ); in signal_handler()
158 log_crash( type, msg ); in crash_terminate_handler()
170 log_crash( type, msg ); in crash_terminate_handler()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/syslog/src/
H A Dsyslog_error_h.erl177 log_crash(State#state.extra_report, Pid, Report, State);
211 log_crash(false, Pid, Report, State = #state{init_pid = Init}) -> function
218 log_crash(true, Pid, Report = [SubReport | _], State) -> function
219 NewState = log_crash(false, Pid, Report, State),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/browsers/
H A Dbase.py123 def log_crash(self, process, test): member in Browser
H A Dfirefox.py217 def log_crash(self, process, test): member in FirefoxBrowser
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dbase.py126 def log_crash(self, process, test): member in Browser
H A Dfirefox.py332 def log_crash(self, process, test): member in FirefoxBrowser
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dtestrunner.py236 def log_crash(self, test_id): member in BrowserManager
237 self.browser.log_crash(process=self.browser_pid, test=test_id)
577 self.browser.log_crash(test.id)
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOCPNPlatform.cpp566 wxString log_crash = _T("opencpn.log"); in Initialize_1() local
567 log_crash.Prepend( home_data_crash ); in Initialize_1()
568 crAddFile2( log_crash.c_str(), NULL, NULL, CR_AF_MISSING_FILE_OK | CR_AF_ALLOW_DELETE ); in Initialize_1()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Dtestrunner.py517 self.browser.log_crash(process=self.browser_pid, test=test.id)