summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/UnixSignals.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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