aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/PrettyStackTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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