VirtualBox

Ignore:
Timestamp:
Jan 19, 2011 1:22:02 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69531
Message:

Debugger Console: cleaning up...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCmdHlp.cpp

    r35626 r35627  
    11631163                case DBGCVAR_TYPE_NUMBER:
    11641164                    if (fConvSyms)
    1165                         return dbgcSymbolGet(pDbgc, InVar.u.pszString, enmToType, pResult);
     1165                    {
     1166                        rc = dbgcSymbolGet(pDbgc, InVar.u.pszString, enmToType, pResult);
     1167                        if (RT_SUCCESS(rc))
     1168                        {
     1169                            if (InVar.enmRangeType != DBGCVAR_RANGE_NONE)
     1170                            {
     1171                                pResult->enmRangeType = InVar.enmRangeType;
     1172                                pResult->u64Range     = InVar.u64Range;
     1173                            }
     1174                            return VINF_SUCCESS;
     1175                        }
     1176                    }
    11661177                    return VERR_PARSE_INCORRECT_ARG_TYPE;
    11671178
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette