summaryrefslogtreecommitdiff
path: root/lldb/source/Target/UnixSignals.cpp
AgeCommit message (Expand)Author
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham
2011-01-10Change the default signal setting for SIBABRT to SUPPRESS the signal. Why?Greg Clayton
2010-10-15Fixed the UnixSignals class to be able to get a signal by name, short name, o...Greg Clayton
2010-10-15Added short names and descriptions to the UnixSignals class. Also cleaned upGreg Clayton
2010-10-09Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner