aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Signals.inc
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer1-1/+1
2016-06-23Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman1-3/+3
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-2/+7
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov1-1/+216
2016-03-07Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi1-1/+1
2016-01-11Revert "[Windows] Simplify assertion code. NFC."Reid Kleckner1-1/+4
2015-12-01[Windows] Simplify assertion code. NFC.Davide Italiano1-4/+1
2015-11-05Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman1-1/+1
2015-11-05[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner1-9/+102
2015-07-22Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren1-1/+1
2015-07-22De-duplicate Unix & Windows CallBacksToRunYaron Keren1-10/+3
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov1-30/+33
2015-05-19Rangify for loop in Cleanup(), NFC.Yaron Keren1-2/+2
2015-05-19Prevent Cleanup() from running more than once.Yaron Keren1-0/+3
2015-04-24Use the cleaner syntx value initialization to zero initialize POD structs.Yaron Keren1-6/+3
2015-04-24Silence clang warning: missing field 'Dr0' initializer.Yaron Keren1-1/+2
2015-04-21Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.Yaron Keren1-1/+0
2015-04-07Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper1-1/+1
2015-03-26Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman1-3/+17
2015-03-14No need to prototype RtlCaptureContext with mingw-w64.Yaron Keren1-2/+3
2015-03-11Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer1-1/+3
2015-03-11Add missing namespace specifier for MSVC.Benjamin Kramer1-1/+1
2015-03-11RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer1-1/+4
2015-03-05Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner1-15/+20
2015-03-05Silence -Wmissing-braces warning from clang-clReid Kleckner1-1/+1
2015-03-05[Windows] Implement PrintStackTrace(FILE*)Zachary Turner1-81/+104
2015-02-26Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner1-1/+2
2015-01-29All signal handlers are required to have C language linkage in C++. This does...Aaron Ballman1-1/+1
2015-01-29[Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer1-20/+28
2015-01-28[Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.Colin LeMahieu1-8/+0
2015-01-26[Support][Windows] Disable error dialog boxes when stack trace printing is en...Michael J. Spencer1-0/+8
2014-02-23Use simpler form of llvm::sys::fs::remove.Rafael Espindola1-2/+1
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2014-01-07Try to fix the windows build. The comments in other files don't seem toChandler Carruth1-3/+3
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+3
2013-10-07Windows: Be more explicit with Win32 APIsDavid Majnemer1-1/+1
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+1
2013-07-26Improve our error handling on windows.Rafael Espindola1-38/+1
2013-06-14Remove a use of sys::Path.Rafael Espindola1-2/+3
2013-06-13Try to fix the windows build.Rafael Espindola1-1/+1
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-6/+8
2013-04-05[Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner1-0/+22
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis1-0/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis1-1/+1
2011-11-29[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi1-1/+1
2011-10-21Fix build on mingw-w64.Anton Korobeynikov1-6/+8
2011-10-01Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer1-32/+190