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 g...@lemis.com for PGP public key


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

Reply via email to