Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 22:57:42 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 db_disasm.c
Message-ID:  <200503302257.j2UMvgQL073824@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2005-03-30 22:57:42 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_disasm.c 
  Log:
  Checkpoint today's tidy-up of the WIP disassembler.  It now agrees with
  objdump --disassemble when disassembling itself in userland.  I've added
  the cmovCC instruction group and tweaked a bunch of size sensitive array
  indexes to either fix my mistakes and/or force it to work by any means
  necessary.
  
  I'm committing this because it is usable enough to see what is going on
  when single stepping via ddb.
  
  It might still tell lies, but its lies will be far more subtle now.  I'm
  not sure that this is a good thing or not.
  
  Revision  Changes    Path
  1.30      +40 -11    src/sys/amd64/amd64/db_disasm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503302257.j2UMvgQL073824>