mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Implementation of Registers view.
This commit is contained in:
parent
397525c637
commit
98cf33a2f4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class CRegisterGroup extends CDebugElement implements IRegisterGroup
|
||||||
|
|
||||||
private List getRegisters0() throws DebugException
|
private List getRegisters0() throws DebugException
|
||||||
{
|
{
|
||||||
if ( fRegisters == null )
|
if ( fRegisters == null || fRegisters.size() == 0 )
|
||||||
{
|
{
|
||||||
ICDIRegister[] regs = getCDIRegisters();
|
ICDIRegister[] regs = getCDIRegisters();
|
||||||
fRegisters = new ArrayList( regs.length );
|
fRegisters = new ArrayList( regs.length );
|
||||||
|
|
Loading…
Add table
Reference in a new issue