<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - LLDB does not report Linux signal 35 (SIGRTMIN+1)"
   href="https://llvm.org/bugs/show_bug.cgi?id=26677">bug 26677</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>labath@google.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - LLDB does not report Linux signal 35 (SIGRTMIN+1)"
   href="https://llvm.org/bugs/show_bug.cgi?id=26677#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - LLDB does not report Linux signal 35 (SIGRTMIN+1)"
   href="https://llvm.org/bugs/show_bug.cgi?id=26677">bug 26677</a>
              from <span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>