This is the mail archive of the gdb@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]

Re: problem with GDB on powerc/netbsd platform (fwd)


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


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