Community
Participate
Working Groups
In GDBRunControl_7_0 we disable RunControl operations when we are dealing with a post-mortem session or when we are visualizing trace data. The same logic must be done for GDBRunControl_7_0_NS for visualizing trace data. I missed this case because the post-mortem check is not needed in that class, since we can not be in non-stop mode for a post-mortem session.
Created attachment 170457 [details] Fix
This was a minor fix that is pretty safe (copied from another class). Committed to HEAD.
*** cdt cvs genie on behalf of mkhouzam *** Bug 314899: Disable RunControl buttons when looking at trace frames in non-stop mode. [*] GDBRunControl_7_0_NS.java 1.24 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/GDBRunControl_7_0_NS.java?root=Tools_Project&r1=1.23&r2=1.24