Searched defs:pElmTracing (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp5127 xml::ElementNode *pElmTracing = pElmDebugging->createChild("Tracing"); local
5128 pElmTracing->setAttribute("enabled", pDbg->fTracingEnabled);
5129 pElmTracing->setAttribute("allowTracingToAccessVM", pDbg->fAllowTracingToAccessVM);
5130 pElmTracing->setAttribute("config", pDbg->strTracingConfig);

Completed in 61 milliseconds