mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
when loadSymbols() set the read flag to true.
This commit is contained in:
parent
e3c98a3f6f
commit
dee0af9e88
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ public class SharedLibraryManager extends SessionObject implements ICDISharedLib
|
|||
} catch (MIException e) {
|
||||
throw new MI2CDIException(e);
|
||||
}
|
||||
((SharedLibrary)libs[i]).getMIShared().setSymbolsRead(true);
|
||||
mi.fireEvent(new MISharedLibChangedEvent(libs[i].getFileName()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue