Changeset 47825 in vbox for trunk/src/VBox
- Timestamp:
- Aug 17, 2013 11:51:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp
r46946 r47825 201 201 202 202 /* 203 * Prepend the VBoxDbgSyms directoryto the path.203 * Prepend the NoArch and VBoxDbgSyms directories to the path. 204 204 */ 205 205 char szPath[RTPATH_MAX]; … … 209 209 rc = RTPathAppend(szPath, sizeof(szPath), "../Resources/VBoxDbgSyms/"); 210 210 #else 211 rc = RTDbgCfgChangeString(pUVM->dbgf.s.hDbgCfg, RTDBGCFGPROP_PATH, RTDBGCFGOP_PREPEND, szPath); 212 AssertRCReturn(rc, rc); 213 211 214 rc = RTPathAppend(szPath, sizeof(szPath), "VBoxDbgSyms/"); 212 215 #endif
Note:
See TracChangeset
for help on using the changeset viewer.