mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
IModuleDMData changed
This commit is contained in:
parent
cd887eb0e3
commit
34a2e60a29
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ public interface IModules extends IDsfService {
|
||||||
String getName();
|
String getName();
|
||||||
String getFile();
|
String getFile();
|
||||||
long getTimeStamp();
|
long getTimeStamp();
|
||||||
|
String getBaseAddress();
|
||||||
|
String getToAddress();
|
||||||
|
boolean isSymbolsLoaded();
|
||||||
|
long getSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** i information */
|
/** i information */
|
||||||
|
|
Loading…
Add table
Reference in a new issue