aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* fix PR3965:SIGINT handler not restored after calling ParseAST(),Chris Lattner2009-04-121-1/+2
* fix a bug Alexei Svitkine pointed out.Chris Lattner2009-03-231-2/+2
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-231-8/+30
* factorize signal registration, part of PR3848.Chris Lattner2009-03-231-10/+23
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-081-4/+5
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-071-5/+14
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-051-4/+6
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-94/+68
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-101-2/+2
* Don't use plain %x to print pointer values. I had changed it from %pDan Gohman2008-12-051-1/+2
* Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman2008-12-051-0/+44
* Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman2008-05-141-2/+4
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+2
* Make several symbols static.Dan Gohman2008-04-101-12/+12
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-211-2/+2
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-151-44/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-3/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+201