VirtualBox

Changeset 104611 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
May 13, 2024 4:09:29 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163153
Message:

Debugger/DBGPlugInWinNt.cpp: Log error when linking module into address space, superfluous variable initialization, bugref:3409

File:
1 edited

Legend:

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

    r104433 r104611  
    899899        else
    900900            rc = VERR_INTERNAL_ERROR;
     901        if (RT_FAILURE(rc))
     902            LogRel(("DigWinNt: %s: Linking module into address space failed with %Rrc\n", pszName, rc));
    901903        RTDbgModRelease(hDbgMod);
    902904        RTDbgAsRelease(hAs);
     
    14911493        return false;
    14921494
    1493     uint64_t uKrnlStart  = uStart;
    1494     uint64_t uKrnlEnd    = uEnd;
     1495    uint64_t uKrnlStart;
     1496    uint64_t uKrnlEnd;
    14951497    if (f64Bit)
    14961498    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette