Changeset 47332 in vbox
- Timestamp:
- Jul 23, 2013 10:12:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r47290 r47332 4568 4568 else if (!strcmp(pszSection, ".WATCOM_references")) 4569 4569 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. */ 4570 4575 else 4571 4576 AssertMsgFailedReturn(("%s\n", pszSection), VINF_SUCCESS /*ignore*/);
Note:
See TracChangeset
for help on using the changeset viewer.