mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[225813] Add a new GDB-Launch feature
This commit is contained in:
parent
3b6ff0210d
commit
f4c0b1b176
1 changed files with 15 additions and 1 deletions
|
@ -16,7 +16,7 @@ GDB Launch
|
||||||
%copyright
|
%copyright
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<license url="http://www.example.com/license">
|
<license url="%licenseURL">
|
||||||
%license
|
%license
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
|
@ -24,4 +24,18 @@ GDB Launch
|
||||||
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.dd.gdb.launch"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.dd.gdb.launch.ui"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue