From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Ambrish Verma Cc: gdb@sources.redhat.com Subject: Re: problem with GDB on powerc/netbsd platform (fwd) Date: Tue, 11 Sep 2001 08:08:00 -0000 Message-id: <3B9E28DC.9020104@cygnus.com> References: X-SW-Source: 2001-09/msg00102.html fyi, using a current gdb, and gdb from the 5.1 branch i see this. $ ./gdb/gdb ~/tmp/a.out GNU gdb 2001-08-30-cvs (MI_OUT) Copyright 2001 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 "powerpc-apple-netbsd1.5X"... (gdb) b main Breakpoint 1 at 0x18009d8: file hello.cc, line 6. (gdb) run Starting program: /home/people/ac131313/tmp/a.out Breakpoint 1, main (argc=1, argv=0x7fffe37c) at hello.cc:6 6 printf ("Hello World\n"); 5.0 is to old to be worth worrying about. andrew