Changeset 39032 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Oct 19, 2011 11:08:50 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74450
- Location:
- trunk/src/VBox/Runtime/common/dbg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r33663 r39032 758 758 */ 759 759 PAVLPVNODECORE pNode = RTAvlPVRemove(&pDbgAs->ModTree, pMod->Core.Key); 760 Assert(pNode == &pMod->Core); 760 Assert(pNode == &pMod->Core); NOREF(pNode); 761 761 762 762 /* … … 793 793 /* remove from the tree */ 794 794 PAVLRUINTPTRNODECORE pNode = RTAvlrUIntPtrRemove(&pDbgAs->MapTree, pMap->Core.Key); 795 Assert(pNode == &pMap->Core); 795 Assert(pNode == &pMap->Core); NOREF(pNode); 796 796 797 797 /* unlink */ -
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r38620 r39032 1966 1966 uint64_t uSeg = rtDwarfCursor_GetVarSizedU(pCursor, cbInstr - 1, UINT64_MAX); 1967 1967 Log2(("%08x: DW_LNE_set_segment: %ll#x - Watcom Extension\n", offOpCode, uSeg)); 1968 NOREF(uSeg); 1968 1969 /** @todo make use of this? */ 1969 1970 }
Note:
See TracChangeset
for help on using the changeset viewer.