summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/UnixSignals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the UnixSignals class to be able to get a signal by name, short name, ↵Greg Clayton2010-10-151-44/+25
| | | | | | | | or signal number when using: int32_t UnixSignals::GetSignalNumberFromName (const char *name) const; llvm-svn: 116641
* Added short names and descriptions to the UnixSignals class. Also cleaned upGreg Clayton2010-10-151-108/+108
| | | | | | the code a bit. llvm-svn: 116561
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-32/+34
| | | | | | obey the UnixSignals table that we have in the process. llvm-svn: 116139
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+310
llvm-svn: 105619
OpenPOWER on IntegriCloud