Pull in the libCrashReporterClient.a information with a warning comment.
[oota-llvm.git] / lib / Support / PrettyStackTrace.cpp
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-06-25 Owen AndersonSupport thread-local pretty stack traces.
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-05 Chris LattnerDaniel wanted the stack printed upside down. Perhaps he
2009-03-05 Chris Lattnerindicate what the program args line is.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...