summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+3
* Change WebTiles crash handling to work by parsing stderr.Pekka Lampila2014-03-021-4/+4
* Do tiles.shutdown() earlier when handling a crash.Pekka Lampila2014-03-021-4/+4
* Include assert message and crash log in WebTiles exit dialog.Pekka Lampila2014-02-051-5/+4
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-0/+1
* call_gdb(): Fix last commit for older GDB -- oopsSamuel Bronson2013-12-021-4/+4
* call_gdb(): Do "show version" before anything elseSamuel Bronson2013-12-021-0/+1
* call_gdb(): put flags and their args on the same lineSamuel Bronson2013-12-021-4/+2
* Fix cmdline --gdb not working outside of --test and friends.Adam Borowski2013-11-201-2/+2
* Spam about the reason GDB is disabled.Adam Borowski2013-11-171-0/+3
* Clear some buffers prominent in crash tracesSamuel Bronson2013-11-021-1/+1
* Don't tell GDB where the executable is, it knows how to find it ...Samuel Bronson2013-11-021-8/+0
* Lengthen the crash timeout to work on my PII, even calling GDBSamuel Bronson2013-11-021-1/+1
* ... and flush when you're done with the dump.Adam Borowski2013-11-031-0/+1
* Print gdb error messages to the correct descriptor.Adam Borowski2013-11-031-1/+1
* Be more brutal while suiciding when sad about the lack of gdb.Adam Borowski2013-11-021-1/+1
* Don't allow the crash handler go twice if ther's no gdb.Adam Borowski2013-11-021-1/+2
* Attach and run gdb during crashes.Adam Borowski2013-11-021-0/+53
* Do something with a brown paper bag.Adam Borowski2013-10-141-1/+1
* Drop a leading underscore.Adam Borowski2013-10-141-2/+2
* Make _crash_signal_handler() non-static to elucidate stack tracesSamuel Bronson2013-10-131-1/+4
* Unbreak Windows.Adam Borowski2013-10-031-0/+7
* Don't waste electricity for mapstat infinite loops.Adam Borowski2013-10-031-3/+1
* Fix spelling (elliott)Neil Moore2013-06-261-1/+1
* Only reference crash_mutex when USE_UNIX_SIGNALS is defined (xFleury)Pete Hurst2013-05-191-2/+3
* Update doc comment in crash.cc.Samuel Bronson2013-04-201-1/+1
* Formatting fixes.Adam Borowski2013-02-031-2/+2
* Include a header.Neil Moore2012-09-191-0/+1
* Unbreak backtraces on non-Android ARM.Adam Borowski2012-09-141-1/+1
* Android port.frogbotherer2012-09-081-1/+2
* Use std namespace.Raphael Langella2012-08-261-4/+4
* Clean up the webtiles socket when crashing.Florian Diebold2012-08-151-0/+4
* Remove the now-unused code for emergency saves.Adam Borowski2012-04-141-6/+0
* Merge away an one-function-wonder header file.Adam Borowski2012-03-101-1/+0
* In DGL, give games stuck for 60s CPU time the finger (the Nethack level 7 one).Adam Borowski2012-03-051-0/+37
* Actually call our alarm() on Windows.Adam Borowski2012-01-141-2/+2
* Point out that the mutex usage in _crash_signal_handler() could cause UB.Samuel Bronson2012-01-141-2/+7
* Threading support.Adam Borowski2011-12-271-1/+21
* Remove crash-d.cc and crash-w.cc, the stubs always were in crash-u.ccAdam Borowski2011-12-271-0/+318