[Lldb-commits] [PATCH] Always transmit SIGPROF back to the inferior.

Stephane Sezer sas at cd80.net
Thu Oct 23 18:55:53 PDT 2014


SIGPROF is used for profiling processes (with google-perftools for
instance), which results in the inferior receiving a SIGPROF from the
kernel every few milliseconds. Instead of stopping the debugging session
and notifying the user of this, we should just pass the signal and keep
running.

This follows the behavior we have in UnixSignals.cpp.

http://reviews.llvm.org/D5953

Files:
  source/Plugins/Process/Utility/LinuxSignals.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5953.15372.patch
Type: text/x-patch
Size: 991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141024/f6a18c42/attachment.bin>


More information about the lldb-commits mailing list