<div dir="ltr">I'll check this in later today if I hear no objections.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 14, 2014 at 4:38 PM, Todd Fiala <span dir="ltr"><<a href="mailto:todd.fiala@gmail.com" target="_blank">todd.fiala@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey guys,<div><br></div><div>Debugserver is responding to a $k kill process command with W09 rather than X09 (i.e. indicating a normal exit with return code 9 rather than a signal-based exit from signal 9).  Any issue with me changing that?  I've tested it locally and it doesn't appear to cause any harm.  lldb still picks up the exit signal.</div>

<div><br></div><div>Thanks!</div><div><br></div><div>--- tools/debugserver/source/RNBRemote.cpp<span style="white-space:pre-wrap">        </span>(revision 208785)<br></div><div><div>+++ tools/debugserver/source/RNBRemote.cpp<span style="white-space:pre-wrap"> </span>(working copy)</div>

<div>@@ -3770,7 +3770,7 @@</div><div>     // No response to should be sent to the kill packet</div><div>     if (m_ctx.HasValidProcessID())</div><div>         DNBProcessKill (m_ctx.ProcessID());</div><div>-    SendPacket ("W09");</div>

<div>+    SendPacket ("X09");</div><div>     return rnb_success;</div><div> }</div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-- <br><div dir="ltr">-Todd</div>
</div></font></span></div>
<br>_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>