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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3745 const xml::ElementNode * const pelmTracing = pElmDebugging->findChildElement("Tracing"); member in class:xml
3746 if (pelmTracing)
3748 pelmTracing->getAttributeValue("enabled", pDbg->fTracingEnabled);
3749 pelmTracing->getAttributeValue("allowTracingToAccessVM", pDbg->fAllowTracingToAccessVM);
3750 pelmTracing->getAttributeValue("config", pDbg->strTracingConfig);

Completed in 63 milliseconds