Changeset 62244 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Jul 14, 2016 11:30:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r62224 r62244 1757 1757 PRTDBGMODINT pDbgMod = hDbgMod; 1758 1758 RTDBGMOD_VALID_RETURN_RC(pDbgMod, VERR_INVALID_HANDLE); 1759 AssertPtrReturn(pszSymbol, VERR_ DBG_SYMBOL_NAME_OUT_OF_RANGE);1759 AssertPtrReturn(pszSymbol, VERR_INVALID_POINTER); 1760 1760 size_t cchSymbol = strlen(pszSymbol); 1761 1761 AssertReturn(cchSymbol, VERR_DBG_SYMBOL_NAME_OUT_OF_RANGE);
Note:
See TracChangeset
for help on using the changeset viewer.