As long as it compiles it's probably ok for now.  But yes, fixing the signal values would be nice.<br><div class="gmail_quote">On Fri, Feb 20, 2015 at 8:43 AM Hafiz Abid Qadeer <<a href="mailto:abidh.haq@gmail.com">abidh.haq@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In <a href="http://reviews.llvm.org/D7783#127464" target="_blank">http://reviews.llvm.org/D7783#<u></u>127464</a>, @zturner wrote:<br>
<br>
> Does this work on windows? I see reference to some signal constants?<br>
<br>
<br>
I dont think this is a problem for Windows as I think SIGSTOP is not used to stop the process there. OTOH, I see that SIGSTOP is defined to a 2 different values within lldb.<br>
#define SIGSTOP     20 //win32.h<br>
#define SIGSTOP 23 // Platform.h<br>
<br>
So probably this needs to be corrected.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7783" target="_blank">http://reviews.llvm.org/D7783</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>