Changeset 89881 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 24, 2021 10:58:04 AM (4 years ago)
- Location:
- trunk/src/VBox/Runtime/common/dbg
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r85124 r89881 285 285 if (RT_SUCCESS(rc)) 286 286 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView); 287 #ifdef IPRT_WITH_GHIDRA_DBG_MOD 288 if (RT_SUCCESS(rc)) 289 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgGhidra); 290 #endif 287 291 #ifdef RT_OS_WINDOWS 288 292 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.