<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 class="" style="white-space:pre">  </span>(revision 208785)<br></div><div><div>+++ tools/debugserver/source/RNBRemote.cpp<span class="" style="white-space:pre">   </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><div><br></div><div>-- <br><div dir="ltr">-Todd</div>
</div></div>