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 03/15 v2] Make gdbserver CORE_ADDR unsigned


The only issue that I think might come out of this is
that on MIPS, addresses are signed, so pointers are sign
extended.  But we can definitely handle whatever fallout this
may cause, if any, when we see it.  Clearly if GDB's native
targets can handle that, so should gdbserver's, and in any
case the issue should be pretty localized.  Just pointing it
out FYI, to keep an eye out for it.

-- 
Pedro Alves


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