This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] gdbserver: Move detach code to its own function


On 2017-09-15 16:12, Pedro Alves wrote:
On 09/15/2017 02:35 PM, Simon Marchi wrote:
 }

+static void
+handle_detach (char *own_buf)
+{

Patch looks fine, but could you add some intro comment:

/* Handle the "D" packet.  */

Doh, of course.  I fixed it and pushed both patches.

Thanks,

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]