X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <53E51B98.1080807@gmx.de> Date: Fri, 08 Aug 2014 20:48:56 +0200 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: gdb 7.8 no longer works with DJGPP. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:orWnt4XZI0yHq57DP6xD94HCybyjGKMYlVzasYGInyustImfC0c 3VpBxvRMMGDCYfEKnb0iOIl4uMHABto4axXSiqbOPMgFEUp8W2nkW8BMzYflIg+F/C7MxyH upVgpAfFvXcOSbro7ciwZt7HnzQlHtVQAlNgvUvVLBO+kKUyb71Snjq57L3Q6dBBVbcvoNq 4J7OMScQp7Ur/C/tlf2qQ== X-UI-Out-Filterresults: notjunk:1; Reply-To: djgpp AT delorie DOT com I have compiled gdb 7.8 using both DJGPP 2.03 and DJGPP 2.04. Neither of both versions do work anymore. I have compiled a simple hello-world program and I get the following error output: G:\t>gdb a.exe GNU gdb (GDB) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=i786-pc-msdosdjgpp --target=djgpp". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from a.exe...done. (gdb) b main Breakpoint 1 at 0x1ef8: file q.c, line 5. (gdb) r Starting program: g:/t/a.exe Warning: Cannot insert breakpoint 1. Cannot access memory at address 0x1ef8 (gdb) Both versions fail in exactly the same way. Has someone followed the gdb mailing so he can give me a pointer what they may have changed so that the DJGPP support has become completely broken? Has the DJGPP support been dropped? Regards, Juan M. Guerrero