VirtualBox

Changeset 47332 in vbox


Ignore:
Timestamp:
Jul 23, 2013 10:12:10 AM (11 years ago)
Author:
vboxsync
Message:

Runtime/dbgmoddwarf: Ignore a few more sections emitted by apple llvm-clang

File:
1 edited

Legend:

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

    r47290 r47332  
    45684568    else if (!strcmp(pszSection, ".WATCOM_references"))
    45694569        return VINF_SUCCESS; /* Ignore special watcom section for now.*/
     4570    else if (   !strcmp(pszSection, "__apple_types")
     4571             || !strcmp(pszSection, "__apple_namespac")
     4572             || !strcmp(pszSection, "__apple_objc")
     4573             || !strcmp(pszSection, "__apple_names"))
     4574        return VINF_SUCCESS; /* Ignore special apple sections for now. */
    45704575    else
    45714576        AssertMsgFailedReturn(("%s\n", pszSection), VINF_SUCCESS /*ignore*/);
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