VirtualBox

Changeset 47825 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 17, 2013 11:51:10 PM (11 years ago)
Author:
vboxsync
Message:

VMMRC.debug is generally in RTPathAppPrivateNoArch, so add it to the debug info search path.

File:
1 edited

Legend:

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

    r46946 r47825  
    201201
    202202    /*
    203      * Prepend the VBoxDbgSyms directory to the path.
     203     * Prepend the NoArch and VBoxDbgSyms directories to the path.
    204204     */
    205205    char szPath[RTPATH_MAX];
     
    209209    rc = RTPathAppend(szPath, sizeof(szPath), "../Resources/VBoxDbgSyms/");
    210210#else
     211    rc = RTDbgCfgChangeString(pUVM->dbgf.s.hDbgCfg, RTDBGCFGPROP_PATH, RTDBGCFGOP_PREPEND, szPath);
     212    AssertRCReturn(rc, rc);
     213
    211214    rc = RTPathAppend(szPath, sizeof(szPath), "VBoxDbgSyms/");
    212215#endif
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