aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PrettyStackTrace.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-1/+1
2015-08-07Add functions to save and restore the PrettyStackTrace state.Nico Weber1-0/+14
2015-01-29Fix the preprocessor checks used to determine if backtraces have been enabled.Owen Anderson1-6/+6
2015-01-29Use the existing build configuration parameter ENABLE_BACKTRACE to compile ou...Owen Anderson1-0/+16
2015-01-29[LPM] Clean up the use of TLS in pretty stack trace and disable itChandler Carruth1-20/+2
2015-01-28[LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This shouldChandler Carruth1-2/+2
2015-01-28[LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.Chandler Carruth1-5/+18
2015-01-28[LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stackChandler Carruth1-21/+18
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper1-1/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-04Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo1-16/+13
2013-11-03When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo1-0/+5
2013-09-13Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo1-8/+20
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky1-1/+5
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2011-10-05Add more initializers to quiet a clang warning.Eric Christopher1-1/+1
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin1-2/+1
2010-12-03Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher1-5/+5
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-08-08Fix a couple of warnings.Eric Christopher1-2/+3
2010-06-28Fix thinko.Eric Christopher1-2/+4
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher1-2/+9
2010-06-22Look for and use a different darwin crash reporter library.Eric Christopher1-1/+11
2010-05-20Fix __crashreport_info__ declaration.Daniel Dunbar1-2/+2
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar1-2/+2
2009-07-16add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner1-1/+6
2009-06-25Support thread-local pretty stack traces.Owen Anderson1-7/+8
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman1-1/+0
2009-03-06Use c_str() to force the string to be nul-terminated.Dan Gohman1-1/+1
2009-03-06on apple systems, integrate nicely with crash reporter.Chris Lattner1-4/+34
2009-03-05Daniel wanted the stack printed upside down. Perhaps heChris Lattner1-6/+14
2009-03-05indicate what the program args line is.Chris Lattner1-1/+3
2009-03-04add some helper classes for building light-weight symbolic stack tracesChris Lattner1-0/+69