This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb/riscv: Add target description support


On Mon, Feb 25, 2019 at 9:02 PM Joel Brobecker <brobecker@adacore.com> wrote:
> I think if QEMU sends an XML with the various register description,
> then whatever numbering GDB uses by default will no longer apply,
> and so things should just-work(tm) regardless of what GDB decided
> to do in terms of register numbering.

Yes, it shouldn't affect qemu until we try to copy the new gdb xml
files into qemu, at which point we might need to update the qemu
gdbstub support to work with the changed register numbers.  We can
worry about this later.  This issues doesn't need to delay any gdb
work.

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]