This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: Example code: gdb pseudo-registers


An asside,

> #define MIPS_REGISTER_NAMES..

Just remember that REGISTER_NAMES is deprecated.  It should be
REGISTER_NAME() and ${ARCH}_register_name (int regnr).  If people are
going to use this feature, they should also purge their REGISTER_NAMES
macro.  (MIPS being the one possible short term exception because it is
still such a mess in that area).

(michael, thanks!)
	Andrew

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