mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
effect of ICDIVariableManager refactoring
This commit is contained in:
parent
809d21f323
commit
dcc4938a6e
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ public class CDebugModel
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ICDIVariableObject vo = ((CDebugTarget)target).getCDISession().getVariableManager().getVariableObject( fileName.lastSegment(), null, name );
|
ICDIVariableObject vo = ((CDebugTarget)target).getCDISession().getVariableManager().getGlobalVariableObject( fileName.lastSegment(), null, name );
|
||||||
ICDIVariable cdiVariable = ((CDebugTarget)target).getCDISession().getVariableManager().createVariable( vo );
|
ICDIVariable cdiVariable = ((CDebugTarget)target).getCDISession().getVariableManager().createVariable( vo );
|
||||||
return new CExpression( (CDebugTarget)target, cdiVariable );
|
return new CExpression( (CDebugTarget)target, cdiVariable );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue