Changeset 89929 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Jun 28, 2021 12:07:49 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTDbgSymSrv.cpp
r89898 r89929 397 397 const char *pszFile = pszPathAbs; 398 398 399 if ( g_pszPdbExe400 && !RTPathExists(pszPathAbsXml))401 {402 rc = rtDbgSymSrvConvertToGhidraXml(pszPathAbs, pszPathAbsXml);399 if (g_pszPdbExe) 400 { 401 if (!RTPathExists(pszPathAbsXml)) 402 rc = rtDbgSymSrvConvertToGhidraXml(pszPathAbs, pszPathAbsXml); 403 403 if (RT_SUCCESS(rc)) 404 404 pszFile = pszPathAbsXml;
Note:
See TracChangeset
for help on using the changeset viewer.