Hi,

When doing remote kernel debugging, how to I "detach" the remote machine?
man ddb says the gdb command toggles between  remote GDB and DDB mode. The
problem is that once toggled to remote GDB, gdb won't accept gdb as a
command:

(kgdb) target remote /dev/cuaa0
Remote debugging using /dev/cuaa0

0xc0207d15 in osigreturn (p=0xc02487a9, uap=0x0)
    at ../../i386/i386/machdep.c:803
803                             vm86->vm86_eflags = eflags;     /* save VIF, VIP */

(kgdb) gdb
Undefined command: "gdb".  Try "help".

So what is the simple solution to this problem?

Regards,
   Jonas





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to