Age | Commit message (Expand) | Author |
---|---|---|
2009-08-19 | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar |
2009-07-16 | add a knob to turn off PrettyStackTrace globally. Patch by Zoltan | Chris Lattner |
2009-06-25 | Support thread-local pretty stack traces. | Owen Anderson |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
2009-03-06 | Use c_str() to force the string to be nul-terminated. | Dan Gohman |
2009-03-06 | on apple systems, integrate nicely with crash reporter. | Chris Lattner |
2009-03-05 | Daniel wanted the stack printed upside down. Perhaps he | Chris Lattner |
2009-03-05 | indicate what the program args line is. | Chris Lattner |
2009-03-04 | add some helper classes for building light-weight symbolic stack traces | Chris Lattner |