Changeset 43020 in vbox
- Timestamp:
- Aug 28, 2012 12:21:09 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r41493 r43020 3077 3077 */ 3078 3078 if (RT_SUCCESS(rc)) 3079 { 3079 3080 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 } 3080 3086 3081 3087 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.