mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +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"/>
|
||||
</enablement>
|
||||
</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
|
||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
||||
command="-p"
|
||||
|
@ -220,6 +212,14 @@
|
|||
name="%Option.Posix.Debug.prof"
|
||||
valueType="boolean">
|
||||
</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
|
||||
natureFilter="ccnature"
|
||||
|
@ -405,14 +405,6 @@
|
|||
value="true"/>
|
||||
</enablement>
|
||||
</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
|
||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.gnu.ui.ProfAppCalculator"
|
||||
command="-p"
|
||||
|
@ -421,6 +413,14 @@
|
|||
name="%Option.Posix.Debug.prof"
|
||||
valueType="boolean">
|
||||
</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
|
||||
natureFilter="both"
|
||||
|
@ -1127,14 +1127,6 @@
|
|||
id="gnu.c.compiler.option.debugging.other"
|
||||
valueType="string">
|
||||
</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
|
||||
defaultValue="false"
|
||||
name="%Option.Posix.Debug.prof"
|
||||
|
@ -1143,6 +1135,14 @@
|
|||
id="gnu.c.compiler.option.debugging.prof"
|
||||
valueType="boolean">
|
||||
</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
|
||||
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
||||
name="%OptionCategory.Warn"
|
||||
|
|
Loading…
Add table
Reference in a new issue