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 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.  */

Thanks,
Pedro Alves


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