aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/PrettyStackTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add more initializers to quiet a clang warning.Eric Christopher2011-10-051-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-2/+1
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-031-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Fix a couple of warnings.Eric Christopher2010-08-081-2/+3
* Fix thinko.Eric Christopher2010-06-281-2/+4
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-281-2/+9
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-221-1/+11
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-201-2/+2
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-2/+2
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-1/+6
* Support thread-local pretty stack traces.Owen Anderson2009-06-251-7/+8
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-1/+0
* Use c_str() to force the string to be nul-terminated.Dan Gohman2009-03-061-1/+1
* on apple systems, integrate nicely with crash reporter.Chris Lattner2009-03-061-4/+34
* Daniel wanted the stack printed upside down. Perhaps heChris Lattner2009-03-051-6/+14
* indicate what the program args line is.Chris Lattner2009-03-051-1/+3
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-041-0/+69