Changeset 104611 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- May 13, 2024 4:09:29 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 163153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp
r104433 r104611 899 899 else 900 900 rc = VERR_INTERNAL_ERROR; 901 if (RT_FAILURE(rc)) 902 LogRel(("DigWinNt: %s: Linking module into address space failed with %Rrc\n", pszName, rc)); 901 903 RTDbgModRelease(hDbgMod); 902 904 RTDbgAsRelease(hAs); … … 1491 1493 return false; 1492 1494 1493 uint64_t uKrnlStart = uStart;1494 uint64_t uKrnlEnd = uEnd;1495 uint64_t uKrnlStart; 1496 uint64_t uKrnlEnd; 1495 1497 if (f64Bit) 1496 1498 {
Note:
See TracChangeset
for help on using the changeset viewer.