[lldb-dev] [Bug 26677] LLDB does not report Linux signal 35 (SIGRTMIN+1)

via lldb-dev lldb-dev at lists.llvm.org
Mon Feb 22 02:13:06 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26677

labath at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |labath at google.com
         Resolution|---                         |WONTFIX

--- Comment #2 from labath at google.com ---
We've made a decision to treat real time signals more like other non-critical
signals (e.g., SIGALRM and SIGCHLD) and not stop on them by default. The reason
for that was that debugging applications that use these signals a lot was quite
troublesome (unless you are debugging the actual signal-passing logic).

You can always enable the original behavior with the command "process handle
--stop true SIGWHATEVER". We may change it back if it turns out that this is
what most people want, but for now you will need to enable stopping manually,
if that's what you need.

Please reopen if you still can't get your program to stop after enabling the
said behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160222/67d43502/attachment.html>


More information about the lldb-dev mailing list