VirtualBox

Changeset 43020 in vbox


Ignore:
Timestamp:
Aug 28, 2012 12:21:09 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80354
Message:

symbol hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r41493 r43020  
    30773077     */
    30783078    if (RT_SUCCESS(rc))
     3079    {
    30793080        rc = rtDwarfInfo_SnoopSymbols(pThis, pDie);
     3081        /* Ignore duplicates, get work done instead. */
     3082        /** @todo clean up global/static symbol mess. */
     3083        if (rc == VERR_DBG_DUPLICATE_SYMBOL)
     3084            rc = VINF_SUCCESS;
     3085    }
    30803086
    30813087    return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette