mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() Disassembly view is expected to be populated with lines that are fetched from a given source file. There might be the case where instructions on what lines to append are wrong. This results in a null response that will propagate through the code leading to a NPE. The current commit is proofing the code from NPE by: - removing the source position of the lines that were not found within the given file - null checking the source before becoming a key element in the code flow - adding logging if expected lines are not found in the given file Resolves: #287 |
||
---|---|---|
.. | ||
org.eclipse.cdt.dsf | ||
org.eclipse.cdt.dsf.ui | ||
org.eclipse.cdt.examples.dsf | ||
org.eclipse.cdt.examples.dsf-feature | ||
org.eclipse.cdt.examples.dsf.pda | ||
org.eclipse.cdt.examples.dsf.pda.ui | ||
org.eclipse.cdt.tests.dsf | ||
pom.xml |