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: [patch] remove deprecated core support from QNX NTO


   Date: Thu, 23 Dec 2004 12:19:19 -0500
   From: Kris Warkentin <kewarken@qnx.com>

   Kris Warkentin wrote:

   >When I run an app, it's dumping core in i386_supply_gregset because 
   >tdep->regset is not initialized.  Not quite sure what the proper way to 
   >do that is.  Still investigating.
   >

   Got it working.  I had to put a check in i386_nto_supply_gregset for 
   whether tdep->regset had been allocated or not.  I've attached the new 
   patch which is a blend of your code and mine.  Much cleaner and results 
   in a fair bit of code removal.  I'll wait until you tell me I'm not 
   completely off base before I construct a ChangeLog.

Thanks for testing this.  The solib changes really need to be
seperated out, but I'll take care of this, and check things in over
christmas.

Thanks again,

Mark


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