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]
Other format: [Raw text]

Re: [RFA] Re: Analyzing AMD64 corefiles on i386


Not as such. We can't allow public functions with the names
supply_gregset and fill_gregset in *-tdep.c files.  Therefore these
functions should be renamed, and supply_gregset and fill_gregset
should be kept in your *-nat.c file.  You'll probably want to rewrite
those functions such that they call the new functions in *-tdep.c.

That makes sense.


Andrew



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