mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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 ) {
|
||||
CModule library = null;
|
||||
synchronized( fModules ) {
|
||||
find( cdiLibrary );
|
||||
library = find( cdiLibrary );
|
||||
if ( library != null ) {
|
||||
fModules.remove( library );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue