Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 1996 06:48:45 -0700
From:      Julian Elischer <julian@whistle.com>
To:        pst@FreeBSD.org, hackers@FreeBSD.org
Subject:   Re: gdb remote
Message-ID:  <32259FBD.41C67EA6@whistle.com>
References:  <32258FCF.41C67EA6@whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:
> 
> Ok I think I have it all set up..
> but I get
> 
A

ok I have got a bit further..

booting -g I can get the kernel to fall into the appropriate debugger
by hitting ctl-alt-esc on the keyboard.

if I have just done a 
"target remote /dev/cuaa1" then gdb can 
"kinda" make a connection..

it's hellishly slow.....
for example..
the folloing took 1 minute to print out....
(kgdb) bt
#0  0xf01adf7d in Debugger ()
#1  0xf01caf31 in sgetc ()
#2  0xf01c6737 in pcvt_timeout ()
#3  0xf01092a4 in softclock ()

which seems slow to me...
but at least you see that much..
you can't DO anything though..
even 'cont' doesn't work...

I must be doing something wrong..

Waht does a good config look like?

and a good .gdbinit file?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32259FBD.41C67EA6>