VirtualBox

Ignore:
Timestamp:
Jun 4, 2012 7:49:03 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78349
Message:

DBGC: Fixed cpu register references without @. Some symbol/string work. Updated the docs a little bit.

File:
1 edited

Legend:

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

    r41565 r41571  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    11981198                        rc = dbgcSymbolGet(pDbgc, InVar.u.pszString, enmToType, pResult);
    11991199                        if (RT_SUCCESS(rc))
    1200                         {
    1201                             if (InVar.enmRangeType != DBGCVAR_RANGE_NONE)
    1202                             {
    1203                                 pResult->enmRangeType = InVar.enmRangeType;
    1204                                 pResult->u64Range     = InVar.u64Range;
    1205                             }
    12061200                            return VINF_SUCCESS;
    1207                         }
    12081201                    }
    12091202                    return VERR_DBGC_PARSE_INCORRECT_ARG_TYPE;
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