aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/PrettyStackTrace.cpp
AgeCommit message (Expand)Author
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-12-03Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher
2010-11-29Merge System into Support.Michael J. Spencer
2010-08-08Fix a couple of warnings.Eric Christopher
2010-06-28Fix thinko.Eric Christopher
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher
2010-06-22Look for and use a different darwin crash reporter library.Eric Christopher
2010-05-20Fix __crashreport_info__ declaration.Daniel Dunbar
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar
2009-07-16add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner
2009-06-25Support thread-local pretty stack traces.Owen Anderson
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman
2009-03-06Use c_str() to force the string to be nul-terminated.Dan Gohman
2009-03-06on apple systems, integrate nicely with crash reporter.Chris Lattner
2009-03-05Daniel wanted the stack printed upside down. Perhaps heChris Lattner
2009-03-05indicate what the program args line is.Chris Lattner
2009-03-04add some helper classes for building light-weight symbolic stack tracesChris Lattner