llvm-6502/lib/System/Win32
Chris Lattner 35033a5876 Add a new 'AddSignalHandler' function to Signals.h that allows
arbitrary functions to be run when a crash happens.  Delete 
RemoveDirectoryOnSignal as it is dead and has never had clients.

Change PrintStackTraceOnErrorSignal to be implemented in terms of
AddSignalHandler.

I updated the Win32 versions of these APIs, but can't test them.
If there are any problems, I'd be happy to fix them as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66072 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-04 21:21:36 +00:00
..
Alarm.inc Unbreak the build on win32. 2009-02-14 16:06:42 +00:00
DynamicLibrary.inc Fix windows build, patch by Marius Wachtler! 2009-01-29 18:53:28 +00:00
Host.inc rename methods in System/Host to be more consistent. 2009-01-22 19:53:00 +00:00
Memory.inc Update the stub and callback code to handle lazy compilation. The stub 2008-10-20 21:39:23 +00:00
Mutex.inc Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Path.inc add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Process.inc Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Program.inc Fix the environment block that is passed to the CreateProcess function. 2008-06-15 03:54:39 +00:00
Signals.inc Add a new 'AddSignalHandler' function to Signals.h that allows 2009-03-04 21:21:36 +00:00
TimeValue.inc Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Win32.h Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00