mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +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);
|
||||
signalManager = new SignalManager(this);
|
||||
sourceManager = new SourceManager(this);
|
||||
sharedLibraryManager = new SharedLibraryManager(this);
|
||||
ctarget = new CTarget(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue