mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com).
This commit is contained in:
parent
28af61ba10
commit
ee78872cb9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class CModuleManager implements IModuleRetrieval {
|
||||||
public void sharedLibraryUnloaded( ICDISharedLibrary cdiLibrary ) {
|
public void sharedLibraryUnloaded( ICDISharedLibrary cdiLibrary ) {
|
||||||
CModule library = null;
|
CModule library = null;
|
||||||
synchronized( fModules ) {
|
synchronized( fModules ) {
|
||||||
find( cdiLibrary );
|
library = find( cdiLibrary );
|
||||||
if ( library != null ) {
|
if ( library != null ) {
|
||||||
fModules.remove( library );
|
fModules.remove( library );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue