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:
parent
98583fe50f
commit
1ff55f435a
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue