HomeFreeBSD

#128358: Change GDB_BUFSZ to be large enough to hold a register dump where each
12000186dfa0Unpublished

Unpublished Commit ยท Learn More

  • Repository Importing: This repository is still importing.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

#128358: 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 overkill as 7 of the 56 registers are only 32-bit, but
having the buffer too small results in remote kgdb trashing kernel memory
when it connects.

PR: amd[[ https://bugs.freebsd.org/64 | 64 ]]/108673
Submitted by: Ravi Murty, Nikhil Rao @ Intel
MFC after: 3 days

Details

Provenance
jhbAuthored on Feb 5 2007, 9:48 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.