Changeset 73360 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
- Timestamp:
- Jul 25, 2018 6:51:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
r70948 r73360 377 377 RTDBGSYMBOL Sym; 378 378 RTGCINTPTR off; 379 rc = DBGFR3AsSymbolByAddr(pState->pVM->pUVM, pState->hDbgAs, &Addr, RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, 379 rc = DBGFR3AsSymbolByAddr(pState->pVM->pUVM, pState->hDbgAs, &Addr, 380 RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL | RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED, 380 381 &off, &Sym, NULL /*phMod*/); 381 382 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.