Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2017-08-09 20:05:19 +0000
committerDoug Schaefer2017-08-10 14:06:42 +0000
commit35135aa605f294b410c0efb6123ca79f8e0cacbe (patch)
treebc0838325b12212408f810e040dc38325b6e6d71 /jtag/org.eclipse.cdt.debug.gdbjtag.core
parent08ea2dc248f4e262ac376c90b260193feee527f3 (diff)
downloadorg.eclipse.cdt-35135aa605f294b410c0efb6123ca79f8e0cacbe.tar.gz
org.eclipse.cdt-35135aa605f294b410c0efb6123ca79f8e0cacbe.tar.xz
org.eclipse.cdt-35135aa605f294b410c0efb6123ca79f8e0cacbe.zip
Bug 519529 - fix handling of quotes in the GCCToolChain scanner info.
Some Arduino boards have properties that feed into defines that have spaces in them. The boards.txt property file adds quotes around those things. When resolving the recipe property it results in -D gcc options that have embedded spaces in them. That messes up the ProcessBuilder and the command fails. We'll just strip the quotes from all the command args since they aren't needed in this scenario anyway. Change-Id: I41086ee264b8715823b3eab7931df4371b9ec873 (cherry picked from commit fc7b2f781c4beed99ee7dd3bb18254bfc87deba7)
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag.core')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/.settings/.api_filters10
1 files changed, 0 insertions, 10 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/.settings/.api_filters b/jtag/org.eclipse.cdt.debug.gdbjtag.core/.settings/.api_filters
deleted file mode 100644
index 697d2241993..00000000000
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/.settings/.api_filters
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<component id="org.eclipse.cdt.debug.gdbjtag.core" version="2">
- <resource path="src/org/eclipse/cdt/debug/gdbjtag/core/dsf/gdb/service/extensions/GDBJtagControl_HEAD.java" type="org.eclipse.cdt.debug.gdbjtag.core.dsf.gdb.service.extensions.GDBJtagControl_HEAD">
- <filter comment="This change is understood and will not break the API" id="338849923">
- <message_arguments>
- <message_argument value="org.eclipse.cdt.debug.gdbjtag.core.dsf.gdb.service.extensions.GDBJtagControl_HEAD"/>
- </message_arguments>
- </filter>
- </resource>
-</component>

Back to the top