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

Bugzilla 251455

This commit is contained in:
Randy Rohrbach 2008-10-20 19:13:05 +00:00
parent d4bf78151a
commit 97ce30ebc7
2 changed files with 2 additions and 2 deletions

View file

@ -358,7 +358,7 @@ public class RegisterBitFieldVMNode extends AbstractExpressionVMNode
* return these requests without ever sending them to the debug engine. * return these requests without ever sending them to the debug engine.
* *
*/ */
String[] localColumns = update.getPresentationContext().getColumns(); String[] localColumns = update.getColumnIds();
if (localColumns == null) if (localColumns == null)
localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME }; localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME };

View file

@ -421,7 +421,7 @@ public class RegisterVMNode extends AbstractExpressionVMNode
* return these requests without ever sending them to the debug engine. * return these requests without ever sending them to the debug engine.
* *
*/ */
String[] localColumns = update.getPresentationContext().getColumns(); String[] localColumns = update.getColumnIds();
if (localColumns == null) if (localColumns == null)
localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME }; localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME };