Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAnton Leherbauer2008-10-17 09:02:37 +0000
committerAnton Leherbauer2008-10-17 09:02:37 +0000
commit6c0b0d7d8d799a76475394070ee514147ffce819 (patch)
treef80ff1c4f1988a60462db5cc73967c26b99bf52d /debug
parent5cf742ff265d775fb8758467ef2bba047b16edcb (diff)
downloadorg.eclipse.cdt-6c0b0d7d8d799a76475394070ee514147ffce819.tar.gz
org.eclipse.cdt-6c0b0d7d8d799a76475394070ee514147ffce819.tar.xz
org.eclipse.cdt-6c0b0d7d8d799a76475394070ee514147ffce819.zip
Bug 250638 - NPEs when disassembling in debugger
Patch by Øyvind Harboe
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF
index 69d66a70f9c..6664da26cb0 100644
--- a/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.core; singleton:=true
-Bundle-Version: 5.0.1.qualifier
+Bundle-Version: 5.0.2.qualifier
Bundle-Activator: org.eclipse.cdt.debug.core.CDebugCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top