cvs commit: src/sys/amd64/amd64 db_interface.c db_trace.c src/sys/amd64/include db_machdep.h

Peter Wemm peter at FreeBSD.org
Thu May 29 18:01:09 PDT 2003


peter       2003/05/29 18:01:07 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_interface.c db_trace.c 
    sys/amd64/include    db_machdep.h 
  Log:
  Initial port to amd64 after repocopy from i386.  Note that the
  disassembler has not been updated yet, and will do some very strange
  things.  It does tracebacks (without function arguments due to regparm
  calling conventions) if -fno-omit-frame-pointer is used (to come later).
  This achieves basic functionality.
  
  Approved by:    re (amd64/* blanket)
  
  Revision  Changes    Path
  1.73      +37 -65    src/sys/amd64/amd64/db_interface.c
  1.56      +137 -99   src/sys/amd64/amd64/db_trace.c
  1.19      +6 -6      src/sys/amd64/include/db_machdep.h


More information about the cvs-src mailing list