Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] RetargetAddMemoryAction

Samantha,

In RetargetAddMemoryAction.updateAction(), the setEnabled() method is called directly (or not at all), whereas in the parent class implementation (AddMemryBlockAction.updateAction) the same operation is carried out in a Job. I was wondering why. Does it have something to do with the fact that the latter case needs to call MemroyViewUtil.isValidContext(), but the former doesn't?

John



Back to the top