VirtualBox

Changeset 89929 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Jun 28, 2021 12:07:49 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145387
Message:

Runtime/RTDbgSymSrv: Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTDbgSymSrv.cpp

    r89898 r89929  
    397397            const char *pszFile = pszPathAbs;
    398398
    399             if (   g_pszPdbExe
    400                 && !RTPathExists(pszPathAbsXml))
    401             {
    402                 rc = rtDbgSymSrvConvertToGhidraXml(pszPathAbs, pszPathAbsXml);
     399            if (g_pszPdbExe)
     400            {
     401                if (!RTPathExists(pszPathAbsXml))
     402                    rc = rtDbgSymSrvConvertToGhidraXml(pszPathAbs, pszPathAbsXml);
    403403                if (RT_SUCCESS(rc))
    404404                    pszFile = pszPathAbsXml;
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