On 11/15/19 6:29 PM, 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 <alex.ben...@linaro.org> > --- > gdbstub.c | 194 ++++++++++++++++++++++++------------------------------ > 1 file changed, 85 insertions(+), 109 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~