mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[225820] Removed the unused Section interface.
This commit is contained in:
parent
06b2e66cb0
commit
4d9b833a78
1 changed files with 0 additions and 9 deletions
|
@ -10,8 +10,6 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.dd.dsf.debug.service;
|
package org.eclipse.dd.dsf.debug.service;
|
||||||
|
|
||||||
import java.math.BigInteger;
|
|
||||||
|
|
||||||
import org.eclipse.cdt.core.IAddress;
|
import org.eclipse.cdt.core.IAddress;
|
||||||
import org.eclipse.dd.dsf.concurrent.DataRequestMonitor;
|
import org.eclipse.dd.dsf.concurrent.DataRequestMonitor;
|
||||||
import org.eclipse.dd.dsf.datamodel.IDMContext;
|
import org.eclipse.dd.dsf.datamodel.IDMContext;
|
||||||
|
@ -66,13 +64,6 @@ public interface IModules extends IDsfService {
|
||||||
long getSize();
|
long getSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** i information */
|
|
||||||
public interface Section {
|
|
||||||
String getName();
|
|
||||||
IAddress getStartAddress();
|
|
||||||
BigInteger getCount();
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Line information about a particular address */
|
/** Line information about a particular address */
|
||||||
public interface LineInfo {
|
public interface LineInfo {
|
||||||
IAddress getAddress();
|
IAddress getAddress();
|
||||||
|
|
Loading…
Add table
Reference in a new issue