Date: Wed, 04 Oct 1995 13:13:53 -0600 From: Steve Passe <smp@csn.net> To: questions@freebsd.org Subject: Re: gdb problem? libraries, perhaps? Message-ID: <199510041913.NAA18709@clem.systemsix.com> In-Reply-To: Your message of "Wed, 04 Oct 1995 16:39:34 GMT." <m0t0Wr1-0005OqC@rks32.pcs.dec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> Huh ?!? What's this sh*t ? When did this start to happen ? Who changed what
> where ? Mommy !
works ok for me on the latest SNAP:
258 % uname -a
FreeBSD ilsa.systemsix.com 2.1.0-950922-SNAP FreeBSD 2.1.0-950922-SNAP #0: Sun Oct 1 01:22:05 MDT 1995 root@ilsa.systemsix.com:/usr/src/sys/compile/LOCAL i386
2
259 % cat t.c
main()
{
int a;
a = a * 2;
}
260 % cc -g t.c
261 % gdb a.out
GDB is free software and you are welcome to distribute copies of it
...
(gdb) b main
Breakpoint 1 at 0x15bb: file t.c, line 4.
(gdb) r
Starting program: /tmp/a.out
Breakpoint 1, main () at t.c:4
4 a = a * 2;
(gdb) c
Continuing.
Program exited with code 0120.
(gdb)
--
Steve Passe | powered by
smp@csn.net | FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510041913.NAA18709>
