jhb 2007-02-08 17:45:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/includegdb_machdep.h
Log:
MFC: Fix GDB_BUFSZ.
Revision ChangesPath
1.3.2.2 +1 -1 src/sys/amd64/include/gdb_machdep.h
_
jhb 2007-02-05 21:48:32 UTC
FreeBSD src repository
Modified files:
sys/amd64/includegdb_machdep.h
Log:
Change GDB_BUFSZ to be large enough to hold a register dump where each
register takes 16 characters (64-bit register in hex). In practice this
is a slight bit of ov
marcel 2006-04-04 02:44:51 UTC
FreeBSD src repository
Modified files:
sys/amd64/includegdb_machdep.h
Log:
The PC is register 16, not 18.
Pointed out by: grehan@
Revision ChangesPath
1.4 +1 -1 src/sys/amd64/include/gdb_machdep.h
___