Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 1999 11:02:33 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Stan Shkolnyy <stan@laurent.osgroup.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Usage of 'gdb' command in DDB
Message-ID:  <19990702110233.J87392@freebie.lemis.com>
In-Reply-To: <Pine.LNX.3.95.990701184215.24146B-100000@laurent.osgroup.com>; from Stan Shkolnyy on Thu, Jul 01, 1999 at 06:47:27PM -0500
References:  <Pine.LNX.3.95.990701184215.24146B-100000@laurent.osgroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday,  1 July 1999 at 18:47:27 -0500, Stan Shkolnyy wrote:
> Hello All,
>
> Well, I entered 'gdb', then 'continue' and now I can debug the kernel
> remotely. How do I switch DDB back? Ctrl-Alt-Esc now causes DDB to
> contact the remote GDB instead of accepting input from me.

A nuisance, isn't it?  There's no documented way.  I have this in my
.gdbinit:

define ddb
set boothowto=0x80000000
s
end
document ddb
Switch back to ddb.
end

That works with -CURRENT.  Don't count on it staying that way.

Greg
--
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key


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




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