Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-debug-dev] Collapsing register tree or no source updates: pick your poison?

ach wrote:
> The trick is to ensure that the corresponding 'before' and
> 'after' stackframe objects have the same hashcode and match with
equals().

Yes. This is the trick we were using to prevent the register view from
collapsing.

The problem is that for the source locator to work as I'd like, it
appears that the 'before' and 'after' stack frames must be NOT equal. 

See the conflict? To get the behaviour I want, it appears that the
'before' and 'after' stack frames must simultaneously be equal and not
equal.

- Ken
AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE: 
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.



Back to the top