index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
PrettyStackTrace.cpp
Age
Commit message (
Expand
)
Author
2011-10-05
Add more initializers to quiet a clang warning.
Eric Christopher
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2010-12-23
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-03
Apparently OS X 10.4 doesn't have __crashreporter_info__.
Eric Christopher
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-08-08
Fix a couple of warnings.
Eric Christopher
2010-06-28
Fix thinko.
Eric Christopher
2010-06-28
Pull in the libCrashReporterClient.a information with a warning comment.
Eric Christopher
2010-06-22
Look for and use a different darwin crash reporter library.
Eric Christopher
2010-05-20
Fix __crashreport_info__ declaration.
Daniel Dunbar
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