History log of /vbox/src/VBox/Disassembler/testcase/tstDisasm-1.cpp
Revision Date Author Comments Expand
2e65d8da6ef2ef03491ebb4c3f065f10dd912b36 41886 22-Jun-2012 vboxsync

DIS: Api name typo (missing r).

8ed69d0690530fb94a9d77e642c563a092fe6643 41874 22-Jun-2012 vboxsync

DIS: Fixed two bugs in the size-only parsers that was introduced when changing the return from size to offset late in the refactoring. Added tests to make sure this doesn't break again so easily.

520c825ff8270d50597dc471316acb6ee63275e2 41797 17-Jun-2012 vboxsync

tstDisasm-1: use out own callback.

6d51216d13610f142b377a8e15c6c51adb83ba1b 41790 16-Jun-2012 vboxsync

DISCPUSTATE -> DISSTATE (slow change).

e20d4a49a29e2814ae21d3710e9b6e2e77afd94d 41781 16-Jun-2012 vboxsync

DIS: Prefetch instruction bytes before starting to disassemble, inline all fetchers. Poison the state a bit in strict builds.

a1b1ea3ef444755964f7f75102421fa8654e2f94 41751 15-Jun-2012 vboxsync

Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.