1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 10:15:39 +02:00

GDBserver config should be "*" not "native"

This commit is contained in:
Alain Magloire 2004-04-01 19:44:19 +00:00
parent 98583fe50f
commit 1ff55f435a
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-04-01 Alain Magloire
GDBServer configuration should be "*" not "native"
* plugin.xml
2004-03-23 Alain Magloire
Fix for bug 55766: The Shared Libraries view displays the wrong icon if the "Load Symbols" action fails.

View file

@ -40,10 +40,10 @@
id="org.eclipse.cdt.debug.mi.core.CygwinCDebugger">
</debugger>
<debugger
platform="native"
platform="*"
name="%GDBServer.name"
modes="run"
cpu="native"
cpu="*"
class="org.eclipse.cdt.debug.mi.core.GDBServerDebugger"
id="org.eclipse.cdt.debug.mi.core.GDBServerCDebugger">
</debugger>