mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
Missing copyright header.
Copyright assigned to company of the committer who did the first commit of the file. Change-Id: Ia133694018c798f9558258810982f5276737a0b0
This commit is contained in:
parent
8cfa1448ac
commit
766f66c0ab
44 changed files with 442 additions and 137 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.autotools.core;
|
package org.eclipse.cdt.autotools.core;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.autotools.core;
|
package org.eclipse.cdt.autotools.core;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.core;
|
package org.eclipse.cdt.internal.autotools.core;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.core;
|
package org.eclipse.cdt.internal.autotools.core;
|
||||||
|
|
||||||
import org.eclipse.cdt.managedbuilder.core.IConfiguration;
|
import org.eclipse.cdt.managedbuilder.core.IConfiguration;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.autotools.tests;
|
package org.eclipse.cdt.autotools.tests;
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.autotools.ui.editors;
|
package org.eclipse.cdt.autotools.ui.editors;
|
||||||
|
|
||||||
import org.eclipse.cdt.internal.autotools.ui.editors.automake.IReconcilingParticipant;
|
import org.eclipse.cdt.internal.autotools.ui.editors.automake.IReconcilingParticipant;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.autotools.ui.editors.parser;
|
package org.eclipse.cdt.autotools.ui.editors.parser;
|
||||||
|
|
||||||
public interface ITokenConstants {
|
public interface ITokenConstants {
|
||||||
|
@ -84,4 +91,4 @@ public interface ITokenConstants {
|
||||||
int SH_STRING_BACKTICK = 69;
|
int SH_STRING_BACKTICK = 69;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.ui.editors.automake;
|
package org.eclipse.cdt.internal.autotools.ui.editors.automake;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.ui.properties;
|
package org.eclipse.cdt.internal.autotools.ui.properties;
|
||||||
|
|
||||||
import org.eclipse.cdt.ui.newui.AbstractPage;
|
import org.eclipse.cdt.ui.newui.AbstractPage;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.ui.properties;
|
package org.eclipse.cdt.internal.autotools.ui.properties;
|
||||||
|
|
||||||
import org.eclipse.cdt.ui.newui.AbstractPage;
|
import org.eclipse.cdt.ui.newui.AbstractPage;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2012 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.ui.wizards;
|
package org.eclipse.cdt.internal.autotools.ui.wizards;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/**
|
/*******************************************************************************
|
||||||
* The activator class controls the plug-in life cycle
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
*/
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.cmake.ui.internal;
|
package org.eclipse.cdt.cmake.ui.internal;
|
||||||
|
|
||||||
import java.lang.reflect.InvocationTargetException;
|
import java.lang.reflect.InvocationTargetException;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2010 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.codan.ui.cfgview;
|
package org.eclipse.cdt.codan.ui.cfgview;
|
||||||
|
|
||||||
import org.eclipse.cdt.codan.core.CodanCorePlugin;
|
import org.eclipse.cdt.codan.core.CodanCorePlugin;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2010 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.codan.ui.cfgview.views;
|
package org.eclipse.cdt.codan.ui.cfgview.views;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -402,4 +409,4 @@ public class ControlFlowGraphView extends ViewPart {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2010 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.codan.internal.ui.actions;
|
package org.eclipse.cdt.codan.internal.ui.actions;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.core.index;
|
package org.eclipse.cdt.core.index;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ast.IASTName;
|
import org.eclipse.cdt.core.dom.ast.IASTName;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.core.index;
|
package org.eclipse.cdt.core.index;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ILinkage;
|
import org.eclipse.cdt.core.dom.ILinkage;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.pdom;
|
package org.eclipse.cdt.internal.core.pdom;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.pdom;
|
package org.eclipse.cdt.internal.core.pdom;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.ui.text;
|
package org.eclipse.cdt.ui.text;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ast.IASTNode;
|
import org.eclipse.cdt.core.dom.ast.IASTNode;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2011 Freescale Semiconductor and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.tests.dsf.gdb.framework;
|
package org.eclipse.cdt.tests.dsf.gdb.framework;
|
||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
@ -41,4 +48,4 @@ public class OnceOnlySuite extends Suite {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2010 Wind River Systems, Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.tests.dsf.vm;
|
package org.eclipse.cdt.tests.dsf.vm;
|
||||||
|
|
||||||
import java.util.Hashtable;
|
import java.util.Hashtable;
|
||||||
|
@ -58,4 +65,4 @@ public class DummyFormattedValueService extends AbstractDsfService implements IF
|
||||||
rm.done();
|
rm.done();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 Red Hat Inc. and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.docker.launcher;
|
package org.eclipse.cdt.internal.docker.launcher;
|
||||||
|
|
||||||
import org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin;
|
import org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin;
|
||||||
|
|
|
@ -1,52 +1,59 @@
|
||||||
package org.eclipse.cdt.managedbuilder.llvm.tests;
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
import org.eclipse.ui.plugin.AbstractUIPlugin;
|
* All rights reserved. This program and the accompanying materials
|
||||||
import org.osgi.framework.BundleContext;
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
/**
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
* The activator class controls the plug-in life cycle
|
*******************************************************************************/
|
||||||
*/
|
package org.eclipse.cdt.managedbuilder.llvm.tests;
|
||||||
public class Activator extends AbstractUIPlugin {
|
|
||||||
|
import org.eclipse.ui.plugin.AbstractUIPlugin;
|
||||||
// The plug-in ID
|
import org.osgi.framework.BundleContext;
|
||||||
public static final String PLUGIN_ID = Messages.Activator_0;
|
|
||||||
|
/**
|
||||||
// The shared instance
|
* The activator class controls the plug-in life cycle
|
||||||
private static Activator plugin;
|
*/
|
||||||
|
public class Activator extends AbstractUIPlugin {
|
||||||
/**
|
|
||||||
* The constructor
|
// The plug-in ID
|
||||||
*/
|
public static final String PLUGIN_ID = Messages.Activator_0;
|
||||||
public Activator() {
|
|
||||||
}
|
// The shared instance
|
||||||
|
private static Activator plugin;
|
||||||
/*
|
|
||||||
* (non-Javadoc)
|
/**
|
||||||
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
|
* The constructor
|
||||||
*/
|
*/
|
||||||
@Override
|
public Activator() {
|
||||||
public void start(BundleContext context) throws Exception {
|
}
|
||||||
super.start(context);
|
|
||||||
plugin = this;
|
/*
|
||||||
}
|
* (non-Javadoc)
|
||||||
|
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
|
||||||
/*
|
*/
|
||||||
* (non-Javadoc)
|
@Override
|
||||||
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
|
public void start(BundleContext context) throws Exception {
|
||||||
*/
|
super.start(context);
|
||||||
@Override
|
plugin = this;
|
||||||
public void stop(BundleContext context) throws Exception {
|
}
|
||||||
plugin = null;
|
|
||||||
super.stop(context);
|
/*
|
||||||
}
|
* (non-Javadoc)
|
||||||
|
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
|
||||||
/**
|
*/
|
||||||
* Returns the shared instance
|
@Override
|
||||||
*
|
public void stop(BundleContext context) throws Exception {
|
||||||
* @return the shared instance
|
plugin = null;
|
||||||
*/
|
super.stop(context);
|
||||||
public static Activator getDefault() {
|
}
|
||||||
return plugin;
|
|
||||||
}
|
/**
|
||||||
|
* Returns the shared instance
|
||||||
}
|
*
|
||||||
|
* @return the shared instance
|
||||||
|
*/
|
||||||
|
public static Activator getDefault() {
|
||||||
|
return plugin;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -1,15 +1,22 @@
|
||||||
package org.eclipse.cdt.managedbuilder.llvm.tests;
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2013 QNX Software Systems and others.
|
||||||
import org.eclipse.osgi.util.NLS;
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
public class Messages extends NLS {
|
* which accompanies this distribution, and is available at
|
||||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.managedbuilder.llvm.tests.messages"; //$NON-NLS-1$
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
public static String Activator_0;
|
*******************************************************************************/
|
||||||
static {
|
package org.eclipse.cdt.managedbuilder.llvm.tests;
|
||||||
// initialize resource bundle
|
|
||||||
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
|
import org.eclipse.osgi.util.NLS;
|
||||||
}
|
|
||||||
|
public class Messages extends NLS {
|
||||||
private Messages() {
|
private static final String BUNDLE_NAME = "org.eclipse.cdt.managedbuilder.llvm.tests.messages"; //$NON-NLS-1$
|
||||||
}
|
public static String Activator_0;
|
||||||
}
|
static {
|
||||||
|
// initialize resource bundle
|
||||||
|
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
|
||||||
|
}
|
||||||
|
|
||||||
|
private Messages() {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
133
memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/api/IMemoryBrowser.java
Executable file → Normal file
133
memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/api/IMemoryBrowser.java
Executable file → Normal file
|
@ -1,63 +1,70 @@
|
||||||
package org.eclipse.cdt.debug.ui.memory.memorybrowser.api;
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2011 Freescale Semiconductor and others.
|
||||||
import org.eclipse.core.runtime.CoreException;
|
* All rights reserved. This program and the accompanying materials
|
||||||
import org.eclipse.debug.core.model.IMemoryBlockRetrieval;
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
/**
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
* Public API for accessing the memory browser.
|
*******************************************************************************/
|
||||||
*
|
package org.eclipse.cdt.debug.ui.memory.memorybrowser.api;
|
||||||
* <p>
|
|
||||||
* All methods must be called on the UI thread, unless otherwise noted.
|
import org.eclipse.core.runtime.CoreException;
|
||||||
*/
|
import org.eclipse.debug.core.model.IMemoryBlockRetrieval;
|
||||||
public interface IMemoryBrowser {
|
|
||||||
/**
|
/**
|
||||||
* Tells the memory browser to go to a new memory location. Updates the goto
|
* Public API for accessing the memory browser.
|
||||||
* address bar and memory space selector (if present).
|
*
|
||||||
*
|
* <p>
|
||||||
* <p>
|
* All methods must be called on the UI thread, unless otherwise noted.
|
||||||
* This operation is a no-op if there is no active memory retrieval object.
|
*/
|
||||||
*
|
public interface IMemoryBrowser {
|
||||||
* @param expression
|
/**
|
||||||
* the expression to go to. Cannot be null or empty string.
|
* Tells the memory browser to go to a new memory location. Updates the goto
|
||||||
* Expression is trimmed.
|
* address bar and memory space selector (if present).
|
||||||
* @param memorySpaceId
|
*
|
||||||
* optional memory space ID. Argument is ignored if the memory
|
* <p>
|
||||||
* browser is not currently showing a memory space selector. If
|
* This operation is a no-op if there is no active memory retrieval object.
|
||||||
* selector is showing, this argument is interpreted as follows:
|
*
|
||||||
* empty string means no memory space (as if the user selected
|
* @param expression
|
||||||
* the "----" memory space), and null means use whatever memory
|
* the expression to go to. Cannot be null or empty string.
|
||||||
* space is selected. Passing an ID that is not present in the
|
* Expression is trimmed.
|
||||||
* selector will result in an IllegalArgumentException
|
* @param memorySpaceId
|
||||||
* @param inNewTab
|
* optional memory space ID. Argument is ignored if the memory
|
||||||
* if true, memory is shown in a new tab
|
* browser is not currently showing a memory space selector. If
|
||||||
* @throws CoreException
|
* selector is showing, this argument is interpreted as follows:
|
||||||
*/
|
* empty string means no memory space (as if the user selected
|
||||||
public void go(String expression, String memorySpaceId, boolean inNewTab) throws CoreException;
|
* the "----" memory space), and null means use whatever memory
|
||||||
|
* space is selected. Passing an ID that is not present in the
|
||||||
/**
|
* selector will result in an IllegalArgumentException
|
||||||
* Returns the selected memory space.
|
* @param inNewTab
|
||||||
*
|
* if true, memory is shown in a new tab
|
||||||
* <p>
|
* @throws CoreException
|
||||||
* The memory browser exposes a memory space selector when debugging a
|
*/
|
||||||
* target with multiple memory spaces. The selection provides the context
|
public void go(String expression, String memorySpaceId, boolean inNewTab) throws CoreException;
|
||||||
* for the expression when the user performs a GO action. This method will
|
|
||||||
* return the currently selected memory space.
|
/**
|
||||||
*
|
* Returns the selected memory space.
|
||||||
* @return null if the memory space selector is not shown, or if the n/a
|
*
|
||||||
* entry is selected. Otherwise the selected memory space ID. Never
|
* <p>
|
||||||
* an empty string.
|
* The memory browser exposes a memory space selector when debugging a
|
||||||
*/
|
* target with multiple memory spaces. The selection provides the context
|
||||||
public String getSelectedMemorySpace();
|
* for the expression when the user performs a GO action. This method will
|
||||||
|
* return the currently selected memory space.
|
||||||
/**
|
*
|
||||||
* Returns the active memory retrieval object, or null if none is active.
|
* @return null if the memory space selector is not shown, or if the n/a
|
||||||
*
|
* entry is selected. Otherwise the selected memory space ID. Never
|
||||||
* This is the retrieval object being used to obtain the memory shown in the
|
* an empty string.
|
||||||
* active tab. Note that all simultaneously visible tabs use the same
|
*/
|
||||||
* retrieval object. The retrieval object is obtained from the active debug
|
public String getSelectedMemorySpace();
|
||||||
* context.
|
|
||||||
*
|
/**
|
||||||
* @return the active memory retrieval object, or null if none is active
|
* Returns the active memory retrieval object, or null if none is active.
|
||||||
*/
|
*
|
||||||
public IMemoryBlockRetrieval getActiveRetrieval();
|
* This is the retrieval object being used to obtain the memory shown in the
|
||||||
}
|
* active tab. Note that all simultaneously visible tabs use the same
|
||||||
|
* retrieval object. The retrieval object is obtained from the active debug
|
||||||
|
* context.
|
||||||
|
*
|
||||||
|
* @return the active memory retrieval object, or null if none is active
|
||||||
|
*/
|
||||||
|
public IMemoryBlockRetrieval getActiveRetrieval();
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.p2.touchpoint.natives.actions;
|
package org.eclipse.cdt.internal.p2.touchpoint.natives.actions;
|
||||||
|
|
||||||
public class CleanupUnpackAction {
|
public class CleanupUnpackAction {
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.p2.touchpoint.natives.actions;
|
package org.eclipse.cdt.internal.p2.touchpoint.natives.actions;
|
||||||
|
|
||||||
import org.eclipse.osgi.util.NLS;
|
import org.eclipse.osgi.util.NLS;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.qt.core.tests;
|
package org.eclipse.cdt.qt.core.tests;
|
||||||
|
|
||||||
import org.osgi.framework.Bundle;
|
import org.osgi.framework.Bundle;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.qt.core.tests;
|
package org.eclipse.cdt.qt.core.tests;
|
||||||
|
|
||||||
import static org.hamcrest.CoreMatchers.*;
|
import static org.hamcrest.CoreMatchers.*;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.qt.core;
|
package org.eclipse.cdt.internal.qt.core;
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.qt.core;
|
package org.eclipse.cdt.qt.core;
|
||||||
|
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.qt.core;
|
package org.eclipse.cdt.qt.core;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.qt.ui;
|
package org.eclipse.cdt.internal.qt.ui;
|
||||||
|
|
||||||
import org.eclipse.osgi.util.NLS;
|
import org.eclipse.osgi.util.NLS;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.qt.ui.launch;
|
package org.eclipse.cdt.internal.qt.ui.launch;
|
||||||
|
|
||||||
import org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup;
|
import org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.qt.ui.preferences;
|
package org.eclipse.cdt.internal.qt.ui.preferences;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.arduino.core.tests;
|
package org.eclipse.cdt.arduino.core.tests;
|
||||||
|
|
||||||
import static org.junit.Assert.assertNotEquals;
|
import static org.junit.Assert.assertNotEquals;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.arduino.core.internal.board;
|
package org.eclipse.cdt.arduino.core.internal.board;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.arduino.core.internal.board;
|
package org.eclipse.cdt.arduino.core.internal.board;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2015 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.arduino.core.internal.build;
|
package org.eclipse.cdt.arduino.core.internal.build;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2007 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.msw.build;
|
package org.eclipse.cdt.msw.build;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.Plugin;
|
import org.eclipse.core.runtime.Plugin;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2007 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.msw.build;
|
package org.eclipse.cdt.msw.build;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2007 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.msw.build;
|
package org.eclipse.cdt.msw.build;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2007 QNX Software Systems and others.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.msw.build;
|
package org.eclipse.cdt.msw.build;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue