1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o source when mixed disassembly fails.

This commit is contained in:
Mikhail Khodjaiants 2004-11-26 21:26:22 +00:00
parent 70b40f859c
commit 5d40a76f55
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-11-26 Mikhail Khodjaiants
Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o source when mixed disassembly fails.
* Disassembly.java
2004-11-26 Mikhail Khodjaiants
Fix for bug 79583: Deffered breakpoints and shared library events.
* CSharedLibraryManager.java

View file

@ -69,7 +69,7 @@ public class Disassembly extends CDebugElement implements IDisassembly {
CDebugCorePlugin.getDefault().getPluginPreferences().getInt( ICDebugConstants.PREF_MAX_NUMBER_OF_INSTRUCTIONS ) );
}
catch( CDIException e ) {
targetRequestFailed( e.getMessage(), e );
// ignore and try to get disassembly without source
}
}
// Double check if debugger returns correct address range.