Date: Thu, 05 Feb 1998 20:26:13 -0800 From: Amancio Hasty <hasty@rah.star-gate.com> To: freebsd-current@FreeBSD.ORG Cc: Julian Elischer <julian@whistle.com> Subject: Remote gdb ? Message-ID: <199802060426.UAA03850@rah.star-gate.com>
next in thread | raw e-mail | index | archive | help
Does anyone know what can cause "Reply contains invalid hex digit 116" ?
Tnks,
Amancio
(kgdb) set remotebaud 38400
(kgdb) target remote /dev/cuaa0
Remote debugging using /dev/cuaa0
Debugger (msg=0xf01f33eb "manual escape to debugger")
at ../../i386/i386/db_interface.c:319
319 }
(kgdb) frame
#0 Debugger (msg=0xf01f33eb "manual escape to debugger")
at ../../i386/i386/db_interface.c:319
319 }
(kgdb) cont
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
Debugger (msg=0xf0117874 "panic") at ../../i386/i386/db_interface.c:317
317 in_Debugger = 0;
(kgdb) frame
#0 Debugger (Ignoring packet error, continuing...
msg=Reply contains invalid hex digit 116
) at ../../i386/i386/db_interface.c:317
317 in_Debugger = 0;
(kgdb)
{root} stty -f /dev/cuaa0
speed 38400 baud;
lflags: -icanon -isig -iexten -echo
iflags: -icrnl -ixon -ixany -imaxbel -brkint
oflags: -opost -onlcr -oxtabs
cflags: cs8 -parenb clocal
min time
0 20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802060426.UAA03850>
