summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* [Support] Don't modify the current EH context during stack unwindingReid Kleckner2020-02-111-1/+7
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-111-40/+17
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-0/+7
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-3/+0
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+3
* Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose2019-07-121-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-011-0/+1
* Signal handling should be signal-safeJF Bastien2018-05-161-2/+3
* Revert "Signal handling should be signal-safe"JF Bastien2018-05-161-3/+2
* Signal handling should be signal-safeJF Bastien2018-05-161-2/+3
* [NFC] Update commentsJF Bastien2018-05-151-11/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* [Support] Fix building for Windows on ARMMartin Storsjo2018-04-131-1/+9
* Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber2018-04-021-3/+0
* Typo fix SIBABRT -> SIGABRT.Eric Christopher2018-01-181-1/+1
* Support: WOA64 and WOA SignalsMartell Malone2017-08-031-6/+23
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-1/+1
* Add missing includes on Windows.Zachary Turner2016-12-211-0/+1
* Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...Mehdi Amini2016-10-051-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-231-3/+3
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+7
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-1/+216
* Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi2016-03-071-1/+1
* Revert "[Windows] Simplify assertion code. NFC."Reid Kleckner2016-01-111-1/+4
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-011-4/+1
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-9/+102
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-221-1/+1
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-221-10/+3
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-30/+33
* Rangify for loop in Cleanup(), NFC.Yaron Keren2015-05-191-2/+2
* Prevent Cleanup() from running more than once.Yaron Keren2015-05-191-0/+3
* Use the cleaner syntx value initialization to zero initialize POD structs.Yaron Keren2015-04-241-6/+3
* Silence clang warning: missing field 'Dr0' initializer.Yaron Keren2015-04-241-1/+2
* Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.Yaron Keren2015-04-211-1/+0
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-1/+1
* Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman2015-03-261-3/+17
* No need to prototype RtlCaptureContext with mingw-w64.Yaron Keren2015-03-141-2/+3
* Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer2015-03-111-1/+3
* Add missing namespace specifier for MSVC.Benjamin Kramer2015-03-111-1/+1
* RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer2015-03-111-1/+4
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-15/+20
* Silence -Wmissing-braces warning from clang-clReid Kleckner2015-03-051-1/+1
* [Windows] Implement PrintStackTrace(FILE*)Zachary Turner2015-03-051-81/+104
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-1/+2
* All signal handlers are required to have C language linkage in C++. This does...Aaron Ballman2015-01-291-1/+1
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-20/+28
OpenPOWER on IntegriCloud