Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 1998 13:22:35 -0800 (PST)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        jmz@cabri.obs-besancon.fr
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: gdb broken in -current
Message-ID:  <199803022122.NAA00313@ix.netcom.com>
In-Reply-To: <9803021656.AA17790@cabri.obs-besancon.fr> (message from Jean-Marc Zucconi on Mon, 2 Mar 98 17:56:19 %2B0100)

next in thread | previous in thread | raw e-mail | index | archive | help
gdb works.

Since my last e-mail, I did:
  cvsup current-supfile
  make -j4 world
  cd /sys/i386/conf
  config KERNEL-SMP            # my config file (SMP kernel)
  cd ../../compile/KERNEL-SMP
  make clean
  make depend
  make
  make install
  shutdown -r now
  <create hello.c>
  cc -g hello.c -o hello
  gdb hello
    b main
    r
    s
    s
    c
    quit

and, everything worked.

Did you do all these steps?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803022122.NAA00313>