summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PrettyStackTrace.cpp
AgeCommit message (Expand)Author
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata
2025-09-06[Support] Request including reproduction instructions in bug report message (...Carlos Galvez
2025-08-21[llvm][Support] Fix missing-field-initializer warnings for crashreporter_anno...Michael Buch
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2024-06-03[llvm] Replace deprecated aligned_storage with aligned byte array (#94169)Marc Auberer
2023-02-24Remove uses of ATOMIC_VAR_INITFangrui Song
2022-01-21Add apple-specific missing includeserge-sans-paille
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-01-28[Support] Add some missing namespace closure comments. NFCI.Simon Pilgrim
2020-11-17Escape command line arguments in backtracesLuke Drummond
2020-06-29[Driver] When forcing a crash print the bug report messageJohn Brawn
2020-03-26Move setBugReportMsg() out from under a conditionalLeonard Chan
2020-03-26Tools emit the bug report URL on crashgbreynoo
2020-03-02Explicitly include <cassert> when using assertJoerg Sonnenberger
2019-07-25Make GCC happy about attribute locationJF Bastien
2019-07-25Fix unused function from r367031JF Bastien
2019-07-25CrashHandler: be careful about crashing while handlingJF Bastien
2019-07-12Add missing <atomic> include to appease MSVC builds.Simon Pilgrim
2019-07-12Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose
2019-07-03Remove some autoconf references from docs and commentsSven van Haastregt
2019-02-27Support: enable backtraces on WindowsSaleem Abdulrasool
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-06-15Avoid copying PrettyStackTrace messages an extra time on Apple OSsJordan Rose
2018-01-30Add more initializers to quiet a clang warningDaniel Sanders
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-29Include <cstdio> in PrettyStackTrace.cpp, since it uses vsnprintf(3).Dimitry Andric
2016-12-14Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots.Sean Callanan
2016-12-14Prepare PrettyStackTrace for LLDB adoptionSean Callanan
2016-12-07Fix the apple build issue caused by r288956Chris Bieneman
2016-09-30Convert ENABLE_BACKTRACES into a 0/1 definition.Joerg Sonnenberger
2016-05-27Use C++ casts to avoid a warningSanjoy Das
2016-05-26Don't use recursion to print out the PrettyStackTrace after a crash. If theRichard Smith
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-08-07Add functions to save and restore the PrettyStackTrace state.Nico Weber
2015-01-29Fix the preprocessor checks used to determine if backtraces have been enabled.Owen Anderson
2015-01-29Use the existing build configuration parameter ENABLE_BACKTRACE to compile ou...Owen Anderson
2015-01-29[LPM] Clean up the use of TLS in pretty stack trace and disable itChandler Carruth
2015-01-28[LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This shouldChandler Carruth
2015-01-28[LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.Chandler Carruth
2015-01-28[LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stackChandler Carruth
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-11-04Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo
2013-11-03When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo
2013-09-13Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-10-05Add more initializers to quiet a clang warning.Eric Christopher