Changeset 89896 in vbox
- Timestamp:
- Jun 24, 2021 6:26:06 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r87788 r89896 6273 6273 && ( fDumpAll 6274 6274 || RTStrSimplePatternMatch(pszSymbol, &SymInfo.szName[0]))) 6275 DBGCCmdHlpPrintf(pCmdHlp, "%RGv %s!%s\n", uMapping + (RTGCUINTPTR)SymInfo.Value, pszModName, &SymInfo.szName[0]);6275 DBGCCmdHlpPrintf(pCmdHlp, "%RGv %s!%s\n", uMapping + RTDbgModSegmentRva(hMod, SymInfo.iSeg) + (RTGCUINTPTR)SymInfo.Value, pszModName, &SymInfo.szName[0]); 6276 6276 } 6277 6277 }
Note:
See TracChangeset
for help on using the changeset viewer.