aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/PrettyStackTrace.cpp
AgeCommit message (Expand)Author
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