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 00/11] Aarch64 linux GDB native multi-arch debugging (part 1)


Pedro Alves <palves@redhat.com> writes:

> I'd be fantastic if you managed to merge the gdb and gdbserver
> arm/aarch64 files, like we did for x86.

Yes, That is a good point.  I want to merge gdb and gdbserver code for
arm and aarch64 respectively, especially on inserting and removing
watchpoint.  However, arm vs. aarch64 are very different, unlike x86
vs. x86_64, in terms of different instruction set, software single step
vs hardware single step, different ptrace requests to access watchpoint
registers, etc.

-- 
Yao (éå)


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