aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PrettyStackTrace.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar1-2/+2
2009-07-16add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner1-1/+6
2009-06-25Support thread-local pretty stack traces.Owen Anderson1-7/+8
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman1-1/+0
2009-03-06Use c_str() to force the string to be nul-terminated.Dan Gohman1-1/+1
2009-03-06on apple systems, integrate nicely with crash reporter.Chris Lattner1-4/+34
2009-03-05Daniel wanted the stack printed upside down. Perhaps heChris Lattner1-6/+14
2009-03-05indicate what the program args line is.Chris Lattner1-1/+3
2009-03-04add some helper classes for building light-weight symbolic stack tracesChris Lattner1-0/+69