mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
added "native" supported cpu
This commit is contained in:
parent
2abb649ea3
commit
83ca00e7b1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-11-13
|
||||
* plugin.xml
|
||||
Added "native" cpu support.
|
||||
|
||||
2002-11-06 Alain Magloire
|
||||
|
||||
* src/.../mi/core/StackFrame.java (getLocals):
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue