index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Signals.cpp
Age
Commit message (
Expand
)
Author
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2010-11-29
Merge System into Support.
Michael J. Spencer
2004-08-29
Signals support has been moved to lib/System
Reid Spencer
2004-08-04
It is not possible to catch SIGKILL, don't bother trying.
Chris Lattner
2004-05-27
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-02-21
`cat' is usually in /bin, not /usr/bin, at least on our systems.
Misha Brukman
2004-02-21
When printing a stack trace, demangle it if possible. Since we are potentially
Chris Lattner
2004-02-20
Use backtrace() and include execinfo.h, if they were detected by autoconf.
Brian Gaeke
2004-02-19
Disable the stack trace thing until we can get an autoconf test for it. This
Chris Lattner
2004-02-19
Implement new function
Chris Lattner
2004-02-19
Print stacktrace in STDERR before dying on a fatal signal. Currently
Alkis Evlogimenos
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-16
Fixed spelling & grammar.
Misha Brukman
2003-08-01
Move #include from a header to here
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-05-27
Make _sure_ we don't go into an infinite loop if a signal happens!
Chris Lattner
2003-05-22
Add using declarations
Chris Lattner
2002-09-13
Submitted by Casey Carter:
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-04-18
Add new api for basic signal handling for tools
Chris Lattner