[COMMIT] Remove deprecated core support from QNX

Mark Kettenis mark.kettenis@xs4all.nl
Thu Jan 6 21:59:00 GMT 2005


   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



More information about the Gdb-patches mailing list