History log of /external/llvm/lib/Support/Signals.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cddc3e03e4ec99c0268c03a126195173e519ed58 04-Mar-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r256229

http://b/26987366

(cherry picked from commit f3ef5332fa3f4d5ec72c178a2b19dac363a19383)

Change-Id: Ic75dcb63191d65df1b69724576392c0aaeb47728
/external/llvm/lib/Support/Signals.cpp
7a2bdde0a0eebcd2125055e0eacaca040f0b766c 15-Apr-2011 Chris Lattner <sabre@nondot.org> Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
1f6efa3996dd1929fbc129203ce5009b620e6969 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
57ec727933982d9095c6a58b06d3e14379784e87 29-Aug-2004 Reid Spencer <rspencer@reidspencer.com> Signals support has been moved to lib/System


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16097 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
0a4f85e9fd6cde49cda7ba6c3a1d638b502b2031 04-Aug-2004 Chris Lattner <sabre@nondot.org> It is not possible to catch SIGKILL, don't bother trying.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15496 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
a5648f2ea2a845f54c5691764ac4689313fdab05 27-May-2004 Chris Lattner <sabre@nondot.org> Signals.h header moved. Eventually this should move into a lib/System library,
but not right now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13811 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
ac2ecd0ba01f8900cb8e939fbc8cb076a8049ded 21-Feb-2004 Misha Brukman <brukman+llvm@gmail.com> `cat' is usually in /bin, not /usr/bin, at least on our systems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11690 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
b9632bee7ca842c2721340c42e18bfd0109ce5aa 21-Feb-2004 Chris Lattner <sabre@nondot.org> When printing a stack trace, demangle it if possible. Since we are potentially
in a signal handler, allocating memory or doing other unsafe things is bad,
which means we should do it in a different process.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11689 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
38ce7e57d4eb43d7868f08d55a7b7343cc3eea8c 20-Feb-2004 Brian Gaeke <gaeke@uiuc.edu> Use backtrace() and include execinfo.h, if they were detected by autoconf.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11658 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
6559615fc4b5215194335d434e211ff4a1efbc55 19-Feb-2004 Chris Lattner <sabre@nondot.org> Disable the stack trace thing until we can get an autoconf test for it. This
call breaks on sparcs


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11635 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
982774cbebd0280078ee5321ed638a266e79a597 19-Feb-2004 Chris Lattner <sabre@nondot.org> Implement new function


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11631 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
280f9c939df526cca97b025bca405fb495db474d 19-Feb-2004 Alkis Evlogimenos <alkis@evlogimenos.com> Print stacktrace in STDERR before dying on a fatal signal. Currently
the symbols are not demangled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11620 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
2cdd21c2e4d855500dfb53f77aa74da53ccf9de6 14-Dec-2003 Chris Lattner <sabre@nondot.org> Finegrainify namespacification


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10464 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
d0fde30ce850b78371fd1386338350591f9ff494 11-Nov-2003 Brian Gaeke <gaeke@uiuc.edu> Put all LLVM code into the llvm namespace, as per bug 109.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9903 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
b576c94c15af9a440f69d9d03c2afead7971118c 20-Oct-2003 John Criswell <criswell@uiuc.edu> Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
950971dfe6271e85292f73dd6ac105465e4898f7 16-Sep-2003 Misha Brukman <brukman+llvm@gmail.com> Fixed spelling & grammar.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
fafac12dcd9c6e9411f1f60da6b0b563c9148789 01-Aug-2003 Chris Lattner <sabre@nondot.org> Move #include from a header to here


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7480 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
7a73b80b9052136c8cd2234eb3433a07df7cf38e 30-Jun-2003 John Criswell <criswell@uiuc.edu> Merged in autoconf branch. This provides configuration via the autoconf
system.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
39602b2002cf8b640226df767ee924a9d42a5c0f 27-May-2003 Chris Lattner <sabre@nondot.org> Make _sure_ we don't go into an infinite loop if a signal happens!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6351 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
01e770a9e556c2b509cbcec83b000bbe9b98053f 22-May-2003 Chris Lattner <sabre@nondot.org> Add using declarations


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6305 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
7c97cee26a25f398c31be7f8853d363410f6a31e 13-Sep-2002 Chris Lattner <sabre@nondot.org> Submitted by Casey Carter:

ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in
lib/Support/Signals.cpp.

ACTION: Wrap the use with a #ifdef SIGEMT / #endif.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3700 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
cfb22d3c14b53bc73ec90f7d471c2d2d2453cf03 25-Jun-2002 Anand Shukla <ashukla@cs.uiuc.edu> changes to make it compatible with 64bit gcc


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2791 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp
bac27a49b1eb47018169dcde469d84363465aa2c 18-Apr-2002 Chris Lattner <sabre@nondot.org> Add new api for basic signal handling for tools


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2302 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/Signals.cpp