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:
parent
70b40f859c
commit
5d40a76f55
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue