Hi Daniel,
Those refresh actions are shown only in TCF context. The context has debug model binding like this:
<extension
point="org.eclipse.debug.ui.debugModelContextBindings">
<modelContextBinding
contextId="org.eclipse.tcf.debug.ui.debugging"
debugModelId="org.eclipse.tcf.debug"/>
</extension>
Do you use different model or context IDs?
It could explain why you don’t see the button.
Regards,
Eugene
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx]
On Behalf Of Daniel Codres
Sent: Tuesday, September 25, 2012 1:02 AM
To: TCF Development
Subject: Re: [tcf-dev] Updating I/O Registers w/o HW notification
Hi Manuel,
Thanks for quick answer. I’ve look to the Register GUI and I can’t see such kind of button.
I’ve looked to both Juno and Indigo.

Attached a screenshot from the Debug perspective:

Do I miss something?
Thanks,
Daniel
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx]
On Behalf Of Coutand, Manuel
Sent: Dienstag, 25. September 2012 09:47
To: TCF Development
Subject: Re: [tcf-dev] Updating I/O Registers w/o HW notification
Hi Daniel,
There should be a "refresh" button in the Eclipse Registers View.
It looks like a white page with two yellow arrows in a circle on the left of the page.
Regards,
Manuel.
From:
tcf-dev-bounces@xxxxxxxxxxx
[mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Codres
Sent: Tuesday, September 25, 2012 9:43 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] Updating I/O Registers w/o HW notification
Hi list,
Our target has a set of I/O registers that can be modified by the HW or by the running application.
We thought that putting them into the Registers GUI (as a collapsible group) would be the best option.
Unfortunately the debugger doesn’t know when such I/O register is changed, therefore cannot notify the GUI if a specific I/O register was changed.
We thought that the only option is to let user manually update the registers but there’s no such GUI option (e.g. update button/menu).
What would be the best practice to solve this issue?
Thanks,
Daniel