aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/PrettyStackTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-21/+29
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-16/+13
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-031-0/+5
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-8/+20
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-261-1/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Add more initializers to quiet a clang warning.Eric Christopher2011-10-051-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-2/+1
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-031-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Fix a couple of warnings.Eric Christopher2010-08-081-2/+3
* Fix thinko.Eric Christopher2010-06-281-2/+4
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-281-2/+9
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-221-1/+11
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-201-2/+2
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-2/+2
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-1/+6
* Support thread-local pretty stack traces.Owen Anderson2009-06-251-7/+8
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-1/+0
* Use c_str() to force the string to be nul-terminated.Dan Gohman2009-03-061-1/+1
* on apple systems, integrate nicely with crash reporter.Chris Lattner2009-03-061-4/+34
* Daniel wanted the stack printed upside down. Perhaps heChris Lattner2009-03-051-6/+14
* indicate what the program args line is.Chris Lattner2009-03-051-1/+3
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-041-0/+69