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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3740 void MachineConfigFile::readDebugging(const xml::ElementNode *pElmDebugging, Debugging *pDbg) argument
3742 if (!pElmDebugging || m->sv < SettingsVersion_v1_13)
3745 const xml::ElementNode * const pelmTracing = pElmDebugging->findChildElement("Tracing");
5126 xml::ElementNode *pElmDebugging = pElmParent->createChild("Debugging");
5127 xml::ElementNode *pElmTracing = pElmDebugging->createChild("Tracing");

Completed in 51 milliseconds