summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash-u.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't crashdump on SIGTTIN and SIGTTOUAlex Smith2010-01-061-0/+8
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-1/+2
* Disable crash traces on BSD.Adam Borowski2009-12-021-0/+3
* Split up debug.ccMatthew Cline2009-11-061-0/+1
* Make timestamp in crash dumps readable.Robert Vollmert2009-11-061-2/+3
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Replace tabs with spaces.David Lawrence Ramsey2009-10-291-2/+2
* Convert player::your_name to std::string.Robert Vollmert2009-10-241-1/+1
* crash-u.cc: add a simple way to blacklist systems because backtrace() is unav...Steven Noonan2009-10-211-1/+12
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-12/+18
* crash-u.cc: don't compile _crash_signal_handler if USE_UNIX_SIGNALS isn't def...Steven Noonan2009-10-101-0/+2
* Remove duplicate cxxabi.h includes.Robert Vollmert2009-10-101-1/+0
* Improve conditional #includes in crash-u.cc.Robert Vollmert2009-10-101-2/+8
* Add formatting fixes.David Lawrence Ramsey2009-10-091-56/+57
* crash-u.cc: prettify stack trace and add Mac OS X stack trace supportSteven Noonan2009-10-091-11/+79
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Fix g++ complaining about using a non-literal string without a format string.dshaligram2009-09-081-2/+2
* Fix [2151183]: SIGHUP with the range view annotator active maintainedharanp2009-02-081-1/+1
* Reverting change to enable crashes on OS X. Apparently it's 10.5 only. If o...ennewalker2009-01-241-3/+3
* Enabling crash dump on OS X. Adding extra version information to dumps.ennewalker2009-01-241-3/+3
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-1/+1
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-0/+176