Changeset 38553 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Aug 26, 2011 2:34:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r38515 r38553 1477 1477 PRTDBGMODINT pDbgMod = hDbgMod; 1478 1478 RTDBGMOD_VALID_RETURN_RC(pDbgMod, VERR_INVALID_HANDLE); 1479 RTDBGMOD_LOCK(pDbgMod);1480 1479 AssertPtrNull(poffDisp); 1481 1480 AssertPtr(pLineInfo);
Note:
See TracChangeset
for help on using the changeset viewer.