VirtualBox

Changeset 84459 in vbox for trunk/src/VBox/VMM/VMMR3/PDM.cpp


Ignore:
Timestamp:
May 22, 2020 12:55:07 PM (5 years ago)
Author:
vboxsync
Message:

VMM/PDM: DBGF even tracing integration, bugref:9210

Integrates the new DBGF event tracing framework into PDM
devices. The new CFGM key "TracingEnabled" for a device
instance enables tracing using DBGF. A special tracing variant
of the PDM device helper is provided.

Disabled by default for now, enable with VBOX_WITH_DBGF_TRACING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDM.cpp

    r82968 r84459  
    832832        }
    833833
     834        if (pDevIns->Internal.s.paDbgfTraceTrack)
     835        {
     836            RTMemFree(pDevIns->Internal.s.paDbgfTraceTrack);
     837            pDevIns->Internal.s.paDbgfTraceTrack = NULL;
     838        }
     839
    834840        TMR3TimerDestroyDevice(pVM, pDevIns);
    835841        SSMR3DeregisterDevice(pVM, pDevIns, NULL, 0);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette