mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
create a shared library manager.
This commit is contained in:
parent
5e0e02c472
commit
545dac7239
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public class CSession implements ICDISession, ICDISessionObject {
|
||||||
memoryManager = new MemoryManager(this);
|
memoryManager = new MemoryManager(this);
|
||||||
signalManager = new SignalManager(this);
|
signalManager = new SignalManager(this);
|
||||||
sourceManager = new SourceManager(this);
|
sourceManager = new SourceManager(this);
|
||||||
|
sharedLibraryManager = new SharedLibraryManager(this);
|
||||||
ctarget = new CTarget(this);
|
ctarget = new CTarget(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue