X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sun, 10 Aug 2014 05:43:10 +0300 From: Eli Zaretskii Subject: Re: gdb 7.8 no longer works with DJGPP. In-reply-to: <53E68267.6060306@gmx.de> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <838umxkqtd.fsf@gnu.org> References: <53E51B98 DOT 1080807 AT gmx DOT de> <834mxmn3vi DOT fsf AT gnu DOT org> <53E55CC7 DOT 1000905 AT gmx DOT de> <83y4uykuzv DOT fsf AT gnu DOT org> <53E68267 DOT 6060306 AT gmx DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 09 Aug 2014 22:19:51 +0200 > From: Juan Manuel Guerrero > > Thank you for the pointer. The change from the old way to handle the > native support to the new way of initializing struct target_ops inf_child_ops > by inf_child_target and go32_target seems to be the source of the difficulties. > At least go32_ops.to_insert_breakpoint and go32_ops.to_remove_breakpoint are > not set to the corresponding equivalent new variables for DJGPP. This makes > the current version of GDB useless for DJGPP. There may be even more missing > variables. It will take same days until I become familiar enough with the old > code and the new code to be able to fix this. As soon as I have figured out > how to fix this I will propose a patch for GDB. Looking forward to it. And thanks for your continuing care of DJGPP ports of GNU software.