From: pavenis AT lanet DOT lv To: Martin Str|mberg , djgpp-workers AT delorie DOT com Date: Fri, 19 Jul 2002 17:07:48 +0300 MIME-Version: 1.0 Subject: Re: gdb 5.1.1 minor problem Message-ID: <3D384764.4204.6422F@localhost> In-reply-to: <200207191329.g6JDT1a20358@speedy.ludd.luth.se> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 19 Jul 2002 at 15:29, Martin Str|mberg wrote: > -bash-2.04$ gdb > GNU gdb 5.1.1 > Copyright 2002 Free Software Foundation, Inc. > ... > info display -- Expressions to display when program stops > info dos -- Print information specific to DJGPP (a > info extensions -- All filename extensions associated with a source language > ... > Tested my build of gdb-5.2 for DJGPP (not released, Eli is going to do release sometimes, so I'm leaving it for him). So the problem doesn't seem to be present there. Andris GNU gdb 5.2 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-pc-msdosdjgpp". (gdb) help info Generic command for showing things about the program being debugged. List of info subcommands: info address -- Describe where symbol SYM is stored info all-registers -- List of all registers and their contents info args -- Argument variables of current stack frame info breakpoints -- Status of user-settable breakpoints info catch -- Exceptions that can be caught in the current stack frame info common -- Print out the values contained in a Fortran COMMON block info copying -- Conditions for redistributing copies of GDB info dcache -- Print information on the dcache performance info display -- Expressions to display when program stops info dos -- Print information specific to DJGPP (aka MS-DOS) debugging info extensions -- All filename extensions associated with a source language info files -- Names of targets and files being debugged info float -- Print the status of the floating point unit ...