Changeset 38585 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Aug 31, 2011 2:45:06 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r38584 r38585 1776 1776 int rc = rtDwarfCursor_Init(&Cursor, pThis, krtDbgModDwarfSect_info); 1777 1777 if (RT_FAILURE(rc)) 1778 return NULL;1778 return rc; 1779 1779 1780 1780 while ( !rtDwarfCursor_IsAtEnd(&Cursor)
Note:
See TracChangeset
for help on using the changeset viewer.