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: [COMMIT] Remove deprecated core support from QNX


   Date: Thu, 06 Jan 2005 13:15:04 -0500
   From: Kris Warkentin <kewarken@qnx.com>

   Sorry about the late reply Mark, I was away for a bit over the 
   holidays.  Thanks for committing that all in.  Works great.  Question 
   though.  I noticed that you left off this part:

    >   /* Register core file support.  */
    >   set_gdbarch_regset_from_core_section
    >     (gdbarch, i386_regset_from_core_section);

   I'm assuming the corefile support now just uses the normal target regset 
   supply functions?

Yeah, as soon as you set tdep->gregset_reg_offset and friends, the
generic i386 code in i386-tdep.c takes care of setting
regset_from_core_section automagically.

Mark


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