This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: RFA: Recognize 'x' in response to 'p' packet
Daniel Jacobowitz <drow@false.org> writes:
> My real question, though, is what you needed this for - and whether
> marking the register unavailable fixes it.
The Red Hat Debug Agent generates replies to 'p' packets that contain
'x's. GDB generally seems to work, but 'info thread' fares poorly.
Simply parsing the response at all should fix the problem; I'll make
sure that marking the register as unavailable doesn't cause any new
problems.
Thanks for the review!