1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

added "native" supported cpu

This commit is contained in:
David Inglis 2002-11-13 14:00:45 +00:00
parent 2abb649ea3
commit 83ca00e7b1
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-11-13
* plugin.xml
Added "native" cpu support.
2002-11-06 Alain Magloire
* src/.../mi/core/StackFrame.java (getLocals):

View file

@ -22,11 +22,12 @@
<extension
point="org.eclipse.cdt.debug.core.CDebugger">
<debugger
platform="native"
name="%GDBDebugger.name"
modes="run,core,attach"
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"
id="org.eclipse.cdt.debug.mi.core.CDebugger">
id="org.eclipse.cdt.debug.mi.core.CDebugger"
cpu="native"
platform="native">
</debugger>
</extension>