aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/UnixSignals.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-269/+209
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala1-0/+2
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko1-37/+21
2016-01-22Target: fix -Wcast-qual warningSaleem Abdulrasool1-1/+1
2015-12-15Welcome to NetBSD signalsKamil Rytarowski1-1/+3
2015-10-20Fix build and some warnings after r250798Tamas Berghammer1-2/+2
2015-10-20[LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad1-41/+52
2015-07-14Refactor Unix signals.Chaoren Lin1-5/+59
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-2/+2
2013-10-28Change the default handling for SIGALRM and SIGCHLD to not notify.Jim Ingham1-2/+2
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton1-33/+33
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham1-1/+1
2011-01-10Change the default signal setting for SIBABRT to SUPPRESS the signal. Why?Greg Clayton1-1/+1
2010-10-15Fixed the UnixSignals class to be able to get a signal by name, short name, o...Greg Clayton1-44/+25
2010-10-15Added short names and descriptions to the UnixSignals class. Also cleaned upGreg Clayton1-108/+108
2010-10-09Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton1-32/+34
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+310