VirtualBox

Changeset 103275 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Feb 8, 2024 11:56:18 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161567
Message:

Backed out r161549 again (not wanted / bloat).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGPlugInDarwin.cpp

    r103260 r103275  
    716716            {
    717717                char szTmp[RTDBG_SEGMENT_NAME_LENGTH + sizeof("_start")];
    718                 rc = RTStrCat(RTStrCopy2(szTmp, sizeof(szTmp), aSegs[iSeg].szName), sizeof(szTmp), "_start");
    719                 if (RT_SUCCESS(rc))
    720                     rc = RTDbgModSymbolAdd(hMod, szTmp, iSeg, 0 /*uRva*/, 0 /*cb*/, 0 /*fFlags*/, NULL);
     718                strcat(strcpy(szTmp, aSegs[iSeg].szName), "_start");
     719                rc = RTDbgModSymbolAdd(hMod, szTmp, iSeg, 0 /*uRva*/, 0 /*cb*/, 0 /*fFlags*/, NULL);
    721720            }
    722721            uRvaNext += aSegs[iSeg].cb;
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