Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fe44f67d4368544b0b56e2a31c70e1c0029da161
/
llvm
/
lib
/
Support
/
PrettyStackTrace.cpp
0ab5e2c
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 15 years ago
9b43f33
Change all self assignments X=X to (void)X, so that we can turn on a
by Jeffrey Yasskin
· 15 years ago
ca46673
Apparently OS X 10.4 doesn't have __crashreporter_info__.
by Eric Christopher
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
87947f7
Fix a couple of warnings.
by Eric Christopher
· 15 years ago
7f103a2
Fix thinko.
by Eric Christopher
· 15 years ago
51f29083
Pull in the libCrashReporterClient.a information with a warning comment.
by Eric Christopher
· 15 years ago
e9c1bb6
Look for and use a different darwin crash reporter library.
by Eric Christopher
· 15 years ago
c120ffe
Fix __crashreport_info__ declaration.
by Daniel Dunbar
· 15 years ago
8b0b115
Switch to SmallString::str from SmallString::c_str, and remove
by Daniel Dunbar
· 16 years ago
5d485f7
add a knob to turn off PrettyStackTrace globally. Patch by Zoltan Varga!
by Chris Lattner
· 16 years ago
76cfd20
Support thread-local pretty stack traces.
by Owen Anderson
· 16 years ago
4f2fea1
Now that errs() is properly non-buffered, there's no need to
by Dan Gohman
· 17 years ago
ec5f2b5
Use c_str() to force the string to be nul-terminated.
by Dan Gohman
· 17 years ago
e41a434
on apple systems, integrate nicely with crash reporter.
by Chris Lattner
· 17 years ago
8d0fe8c
Daniel wanted the stack printed upside down. Perhaps he
by Chris Lattner
· 17 years ago
2674eb4
indicate what the program args line is.
by Chris Lattner
· 17 years ago
68061d5
add some helper classes for building light-weight symbolic stack traces
by Chris Lattner
· 17 years ago