Page 2 of 2

PostPosted: Tue Mar 27, 2007 5:59 am
by high6
Does the expression evaluator support registries such as EAX, ECX, etc?

PostPosted: Tue Mar 27, 2007 8:52 am
by L. Spiro
Yes, but obviously those are only supported if they are in valid context.
In other words, if you are single-stepping through code in the Disassembler.

Currently they are only recognized in the Disassembler itself, but it is possible to put them into the main evaluator and leave them as valid only at the times when the debugger is single-stepping in code.

The expression evaluator will be used to evaluate the addresses/expressions in the disassembly and to evaluate the conditions for conditional breakpoints.


L. Spiro