Changeset 41571 in vbox for trunk/src/VBox/Debugger/DBGCCmdHlp.cpp
- Timestamp:
- Jun 4, 2012 7:49:03 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCCmdHlp.cpp
r41565 r41571 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1198 1198 rc = dbgcSymbolGet(pDbgc, InVar.u.pszString, enmToType, pResult); 1199 1199 if (RT_SUCCESS(rc)) 1200 {1201 if (InVar.enmRangeType != DBGCVAR_RANGE_NONE)1202 {1203 pResult->enmRangeType = InVar.enmRangeType;1204 pResult->u64Range = InVar.u64Range;1205 }1206 1200 return VINF_SUCCESS; 1207 }1208 1201 } 1209 1202 return VERR_DBGC_PARSE_INCORRECT_ARG_TYPE;
Note:
See TracChangeset
for help on using the changeset viewer.