CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2011/04/25 09:14:30

Modified files:
        sys/arch/m68k/m68k: db_disasm.c 

Log message:
Try to match immediate constants in movl instructions against kernel symbols,
and display the symbol name if there is an exact match. The optimizer likes
to store addresses into `d' registers, then copy them to `a' registers and
invoke the function indirectly; previously we'd only get symbol lookup for
`lea' instructions (when storing to an `a' register).

Reply via email to