Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvaro Sanchez-Leon2016-12-09 17:02:37 +0000
committerAlvaro Sanchez-Leon2017-01-17 17:43:16 +0000
commit1afc08fea8c16e039113f91d48a66a4af28fd87c (patch)
tree91b127e84a9e38fa70e748d5fb22d17e4228804d /dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF
parent2e780a54f11e730e20ba0974d2ce3d64873d6087 (diff)
downloadorg.eclipse.cdt-1afc08fea8c16e039113f91d48a66a4af28fd87c.tar.gz
org.eclipse.cdt-1afc08fea8c16e039113f91d48a66a4af28fd87c.tar.xz
org.eclipse.cdt-1afc08fea8c16e039113f91d48a66a4af28fd87c.zip
Bug 507336 - Dynamic Printf parameters format may not be clear
The Properties dialog displayed for a Dynamic printf breakpoint display a "printf (" field, however the end parenthesis is not added and not expected as part of the parameter list as the ending parenthesis is added internally. If the user adds it to complete the opening parenthesis the printf does not work. This update adds a validation to this field so if the user adds a final parenthesis, the dialog will display an error message and the OK button will be disabled. Change-Id: Ib25c5a11176c6f92c7367246483be0f703e145bd
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 29c2c3878ef..37857657c84 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.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

Back to the top