cvs commit: src/sys/amd64/amd64 db_disasm.c
Peter Wemm
peter at FreeBSD.org
Wed Mar 30 14:57:42 PST 2005
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
More information about the cvs-src
mailing list