llvm-6502/include/llvm/System
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.h Add a Sleep() function. 2009-02-08 22:47:39 +00:00
Disassembler.h
DynamicLibrary.h
Host.h rename methods in System/Host to be more consistent. 2009-01-22 19:53:00 +00:00
IncludeFile.h Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
LICENSE.TXT
Memory.h Update the stub and callback code to handle lazy compilation. The stub 2008-10-20 21:39:23 +00:00
Mutex.h Make Mutex's constructor explicit, and tidy up whitespace. 2009-02-06 21:17:03 +00:00
Path.h add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Process.h
Program.h 80-column violation. 2009-02-08 22:48:07 +00:00
Signals.h Add a new 'AddSignalHandler' function to Signals.h that allows 2009-03-04 21:21:36 +00:00
Solaris.h
TimeValue.h