Re: [PATCH v2 03/14] gdbstub: move str_buf to GDBState and use GString

2019-12-03 Thread Damien Hedde
On 11/30/19 9:45 AM, Alex Bennée wrote: > Rather than having a static buffer replace str_buf with a GString > which we know can grow on demand. Convert the internal functions to > take a GString instead of a char * and length. > > Signed-off-by: Alex Bennée > Reviewed-by: Richard Henderson >

Re: [PATCH v2 03/14] gdbstub: move str_buf to GDBState and use GString

2019-12-02 Thread Damien Hedde
On 11/30/19 9:45 AM, Alex Bennée wrote: > Rather than having a static buffer replace str_buf with a GString > which we know can grow on demand. Convert the internal functions to > take a GString instead of a char * and length. > > Signed-off-by: Alex Bennée > Reviewed-by: Richard Henderson >