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

lab...@google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |lab...@google.com
         Resolution|---                         |WONTFIX

--- Comment #2 from lab...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to