Re: [stella] Stella conditional breakpoint support RFC

Subject: Re: [stella] Stella conditional breakpoint support RFC
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 20:23:17 -0400
Hmmm, is all that really necessary?  I'd think all you'd need to do is
preprocess the conditional breakpoints into a set of simple comparisons,
e.g.
PC = val
A op val
X op val
Y op val
etc
where op is > = < or don't care, maybe with some special ops for BIT style
operations and combinations with an address watch.  Each emulated CPU cycle
you check PC first, then test the rest of the conditions.


Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread