VirtualBox

Changeset 41493 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 30, 2012 1:47:41 PM (13 years ago)
Author:
vboxsync
Message:

RTDbg*SymbolByAddr*: Added a flag parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp

    r39477 r41493  
    10111011     */
    10121012    RTDBGMOD hMod;
    1013     int rc = RTDbgAsSymbolByAddr(hRealAS, pAddress->FlatPtr, poffDisp, pSymbol, &hMod);
     1013    int rc = RTDbgAsSymbolByAddr(hRealAS, pAddress->FlatPtr, poffDisp, RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, pSymbol, &hMod);
    10141014    if (RT_SUCCESS(rc))
    10151015    {
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