This is the mail archive of the gdb@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]
Other format: [Raw text]

Re: Remote Serial Protocol


> Thanks for the quick reply,
> 
> Where are the macros for REGISTER_RAW_SIZE and REGISTER_NAME located ?


Either gdb/config/xyz/tm-xyz.h (legacy architectures) or gdb/xyz-tdep.c. 
  In the latter case they are functions (xyz_register_raw_size et.al.).

The dependence on those internal methods is acknowledged as a bug.

enjoy,
Andrew




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