Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2020-06-22 19:15:11 +0000
committerJonah Graham2020-06-24 18:39:36 +0000
commit1a4736c7250c39c8ac436dd31425cc3f8f7f112b (patch)
treefdf97fec8423442e3e96eec7ed79b6d5089867a3 /dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF
parentc1a5fc6093c22e05cfc68484b61bbd0524b0c9a3 (diff)
downloadorg.eclipse.cdt-1a4736c7250c39c8ac436dd31425cc3f8f7f112b.tar.gz
org.eclipse.cdt-1a4736c7250c39c8ac436dd31425cc3f8f7f112b.tar.xz
org.eclipse.cdt-1a4736c7250c39c8ac436dd31425cc3f8f7f112b.zip
Bug 564553: Fetch the path to GDB from GdbLaunch
In order to present the same path to the binary as actually launched, fetch the path from the GdbLaunch instance rather than reading the attribute from the launch configuration. Change-Id: I9f973a590136167d1c8d19b6af52378c95645e35 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF')
-rw-r--r--dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF b/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
index cf7f7e5db79..0a52c3645e2 100644
--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
-Bundle-Version: 5.8.200.qualifier
+Bundle-Version: 6.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

Back to the top