[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Register View Persistence
|
What if the input is from different target? This actually means that if you
expand you register tree once you will get it expanded for all targets. And
this preserves only the first level structure of the register tree.
It would be much easier to add a simple check button in the toolbar.
Mikhail
----- Original Message -----
From: "Chris Songer" <songer@xxxxxxxxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Friday, April 04, 2003 1:20 PM
Subject: [cdt-patch] Register View Persistence
>
> Hi,
>
> Step through a function return and see the open groups in your register
> view close. That seems to be because the IStackFrame is different, even
> though the underlying register model is the same. (Still, the register
> model could change I suppose.) Our usability testers hated it.
>
> So, please find attached a patch that causes the register view to remember
> what register groups are expanded and restore them to their expanded state
> across stackframe changes. The patch was based on 1.0.1. It looks to me
> like it will cleanly apply to the head, but your mileage may vary.
>
> Thanks!
> -Chris