summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/UnixSignals.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-0/+7
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-7/+0
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-0/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Change the default handling for SIGPIPE to pass/,no-stop/no-notify.Jim Ingham2018-10-121-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+39
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-269/+209
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-0/+2
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-37/+21
* Target: fix -Wcast-qual warningSaleem Abdulrasool2016-01-221-1/+1
* Welcome to NetBSD signalsKamil Rytarowski2015-12-151-1/+3
* Fix build and some warnings after r250798Tamas Berghammer2015-10-201-2/+2
* [LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad2015-10-201-41/+52
* Refactor Unix signals.Chaoren Lin2015-07-141-5/+59
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-2/+2
* Change the default handling for SIGALRM and SIGCHLD to not notify.Jim Ingham2013-10-281-2/+2
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-33/+33
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-1/+1
* Change the default signal setting for SIBABRT to SUPPRESS the signal. Why?Greg Clayton2011-01-101-1/+1
* Fixed the UnixSignals class to be able to get a signal by name, short name, o...Greg Clayton2010-10-151-44/+25
* Added short names and descriptions to the UnixSignals class. Also cleaned upGreg Clayton2010-10-151-108/+108
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-32/+34
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+310
OpenPOWER on IntegriCloud