From owner-freebsd-questions Wed Oct 4 12:14:20 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA00620 for questions-outgoing; Wed, 4 Oct 1995 12:14:20 -0700 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA00610 for ; Wed, 4 Oct 1995 12:14:09 -0700 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id NAA18709 for ; Wed, 4 Oct 1995 13:13:53 -0600 Message-Id: <199510041913.NAA18709@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol From: Steve Passe To: questions@freebsd.org Subject: Re: gdb problem? libraries, perhaps? In-reply-to: Your message of "Wed, 04 Oct 1995 16:39:34 GMT." Date: Wed, 04 Oct 1995 13:13:53 -0600 Sender: owner-questions@freebsd.org Precedence: bulk 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