mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
bug 196561: [managedbuilder.gnu] Order of debugging options in settings differs for C and C++
Patch from Daniel Weber
This commit is contained in:
parent
a9a69cc25a
commit
3cb3c4832b
1 changed files with 24 additions and 24 deletions
|
@ -204,14 +204,6 @@
|
||||||
value="true"/>
|
value="true"/>
|
||||||
</enablement>
|
</enablement>
|
||||||
</outputType>
|
</outputType>
|
||||||
<option
|
|
||||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.GprofAppCalculator"
|
|
||||||
command="-pg"
|
|
||||||
defaultValue="false"
|
|
||||||
id="gnu.c.link.option.debugging.gprof"
|
|
||||||
name="%Option.Posix.Debug.gprof"
|
|
||||||
valueType="boolean">
|
|
||||||
</option>
|
|
||||||
<option
|
<option
|
||||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
||||||
command="-p"
|
command="-p"
|
||||||
|
@ -220,6 +212,14 @@
|
||||||
name="%Option.Posix.Debug.prof"
|
name="%Option.Posix.Debug.prof"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
<option
|
||||||
|
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.GprofAppCalculator"
|
||||||
|
command="-pg"
|
||||||
|
defaultValue="false"
|
||||||
|
id="gnu.c.link.option.debugging.gprof"
|
||||||
|
name="%Option.Posix.Debug.gprof"
|
||||||
|
valueType="boolean">
|
||||||
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<tool
|
<tool
|
||||||
natureFilter="ccnature"
|
natureFilter="ccnature"
|
||||||
|
@ -405,14 +405,6 @@
|
||||||
value="true"/>
|
value="true"/>
|
||||||
</enablement>
|
</enablement>
|
||||||
</outputType>
|
</outputType>
|
||||||
<option
|
|
||||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.GprofAppCalculator"
|
|
||||||
command="-pg"
|
|
||||||
defaultValue="false"
|
|
||||||
id="gnu.cpp.link.option.debugging.gprof"
|
|
||||||
name="%Option.Posix.Debug.gprof"
|
|
||||||
valueType="boolean">
|
|
||||||
</option>
|
|
||||||
<option
|
<option
|
||||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
||||||
command="-p"
|
command="-p"
|
||||||
|
@ -421,6 +413,14 @@
|
||||||
name="%Option.Posix.Debug.prof"
|
name="%Option.Posix.Debug.prof"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
<option
|
||||||
|
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.GprofAppCalculator"
|
||||||
|
command="-pg"
|
||||||
|
defaultValue="false"
|
||||||
|
id="gnu.cpp.link.option.debugging.gprof"
|
||||||
|
name="%Option.Posix.Debug.gprof"
|
||||||
|
valueType="boolean">
|
||||||
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<tool
|
<tool
|
||||||
natureFilter="both"
|
natureFilter="both"
|
||||||
|
@ -1127,14 +1127,6 @@
|
||||||
id="gnu.c.compiler.option.debugging.other"
|
id="gnu.c.compiler.option.debugging.other"
|
||||||
valueType="string">
|
valueType="string">
|
||||||
</option>
|
</option>
|
||||||
<option
|
|
||||||
defaultValue="false"
|
|
||||||
name="%Option.Posix.Debug.gprof"
|
|
||||||
category="gnu.c.compiler.category.debug"
|
|
||||||
command="-pg"
|
|
||||||
id="gnu.c.compiler.option.debugging.gprof"
|
|
||||||
valueType="boolean">
|
|
||||||
</option>
|
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="%Option.Posix.Debug.prof"
|
name="%Option.Posix.Debug.prof"
|
||||||
|
@ -1143,6 +1135,14 @@
|
||||||
id="gnu.c.compiler.option.debugging.prof"
|
id="gnu.c.compiler.option.debugging.prof"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
<option
|
||||||
|
defaultValue="false"
|
||||||
|
name="%Option.Posix.Debug.gprof"
|
||||||
|
category="gnu.c.compiler.category.debug"
|
||||||
|
command="-pg"
|
||||||
|
id="gnu.c.compiler.option.debugging.gprof"
|
||||||
|
valueType="boolean">
|
||||||
|
</option>
|
||||||
<optionCategory
|
<optionCategory
|
||||||
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
||||||
name="%OptionCategory.Warn"
|
name="%OptionCategory.Warn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue