Skip to content
Snippets Groups Projects
Commit 308f9e88 authored by Alex Bennée's avatar Alex Bennée
Browse files

gdbstub: move str_buf to GDBState and use GString


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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarDamien Hedde <damien.hedde@greensocs.com>
Tested-by: default avatarDamien Hedde <damien.hedde@greensocs.com>
Message-Id: <20200316172155.971-9-alex.bennee@linaro.org>
parent a346af3e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment