VirtualBox

Changeset 104608 in vbox


Ignore:
Timestamp:
May 13, 2024 4:07:01 PM (7 months ago)
Author:
vboxsync
Message:

Debugger/DBGPlugInLinux.cpp: Log any error returned from dbgDiggerLinuxFindSymbolTableFromNeedle(), bugref:3409

File:
1 edited

Legend:

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

    r101539 r104608  
    29732973            static const uint8_t s_abNeedleOSuseX86[] = "nmi"; /* OpenSuSe 10.2 x86 */
    29742974            rc = dbgDiggerLinuxFindSymbolTableFromNeedle(pThis, pUVM, pVMM, s_abNeedleOSuseX86, sizeof(s_abNeedleOSuseX86) - 1);
     2975            if (RT_FAILURE(rc))
     2976                LogRel(("dbgDiggerLinuxInit: Failed to find symbol table from needle kobj, kobjec or nmi -> %Rrc\n", rc));
    29752977        }
    29762978    }
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