Re: [PATCH v3 04/20] gdbstub: move mem_buf to GDBState and use GByteArray

2019-12-19 Thread Alex Bennée
Damien Hedde writes: > On 12/11/19 6:05 PM, Alex Bennée wrote: >> This is in preparation for further re-factoring of the register API >> with the rest of the code. Theoretically the read register function >> could overwrite the MAX_PACKET_LENGTH buffer although currently all >> registers are we

Re: [PATCH v3 04/20] gdbstub: move mem_buf to GDBState and use GByteArray

2019-12-13 Thread Damien Hedde
On 12/11/19 6:05 PM, Alex Bennée wrote: > This is in preparation for further re-factoring of the register API > with the rest of the code. Theoretically the read register function > could overwrite the MAX_PACKET_LENGTH buffer although currently all > registers are well within the size range. >