summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-0/+67
This patch upgrades the Linux process plugin to handle a larger range of signal events. For example, we can detect when the inferior has "crashed" and why, interrupt a running process, deliver an arbitrary signal, and so on. llvm-svn: 128547
OpenPOWER on IntegriCloud