Package org.eclipse.cdt.dsf.debug.ui.viewmodel.register

Examples of org.eclipse.cdt.dsf.debug.ui.viewmodel.register.RegisterVMNode


        /*
         *  The expression view wants to support fully all of the components of the register view.
         */
        IExpressionVMNode registerGroupNode = new RegisterGroupVMNode(this, getSession(), syncRegDataAccess);
       
        IExpressionVMNode registerNode = new RegisterVMNode(this, getSession(), syncRegDataAccess);
        addChildNodes(registerGroupNode, new IExpressionVMNode[] {registerNode});
       
        /*
         * Create the next level which is the bit-field level.
         */
 
View Full Code Here

TOP

Related Classes of org.eclipse.cdt.dsf.debug.ui.viewmodel.register.RegisterVMNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.