mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Support for debugger console.
This commit is contained in:
parent
97fc7f02f3
commit
d3f650c9c6
1 changed files with 2 additions and 1 deletions
|
@ -826,6 +826,8 @@ public class CDebugTarget extends CDebugElement
|
||||||
}
|
}
|
||||||
if ( adapter.equals( ICMemoryManager.class ) )
|
if ( adapter.equals( ICMemoryManager.class ) )
|
||||||
return getMemoryManager();
|
return getMemoryManager();
|
||||||
|
if ( adapter.equals( IDebuggerProcessSupport.class ) )
|
||||||
|
return this;
|
||||||
return super.getAdapter( adapter );
|
return super.getAdapter( adapter );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1958,5 +1960,4 @@ public class CDebugTarget extends CDebugElement
|
||||||
{
|
{
|
||||||
return ( fDebuggerProcess != null );
|
return ( fDebuggerProcess != null );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue