Searched refs:Debugging (Results 1 - 6 of 6) sorted by relevance
/vbox/include/VBox/ |
H A D | settings.h | 1100 struct Debugging struct in namespace:settings 1102 Debugging() function in struct:settings::Debugging 1108 bool operator==(const Debugging &rOther) const 1184 Debugging debugging; 1274 Debugging debugging; 1321 void readDebugging(const xml::ElementNode *pElmDbg, Debugging *pDbg); 1334 void buildDebuggingXML(xml::ElementNode *pElmParent, const Debugging *pDbg);
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0TripleFaultHackA.asm | 3 ; VMM - Host Context Ring 0, Assembly Code for The Triple Fault Debugging Hack.
|
/vbox/src/VBox/Main/include/ |
H A D | MachineImpl.h | 324 settings::Debugging mDebugging; 626 HRESULT i_loadHardware(const settings::Hardware &data, const settings::Debugging *pDbg, 628 HRESULT i_loadDebugging(const settings::Debugging *pDbg); 675 HRESULT i_saveHardware(settings::Hardware &data, settings::Debugging *pDbg, 1540 const settings::Debugging *pDbg,
|
/vbox/src/VBox/Main/src-server/ |
H A D | SnapshotImpl.cpp | 1125 const settings::Debugging *pDbg,
|
H A D | MachineImpl.cpp | 8782 HRESULT Machine::i_loadHardware(const settings::Hardware &data, const settings::Debugging *pDbg, 9085 HRESULT Machine::i_loadDebugging(const settings::Debugging *pDbg) 10102 HRESULT Machine::i_saveHardware(settings::Hardware &data, settings::Debugging *pDbg,
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 3738 * Called for reading the <Debugging> element under <Machine> or <Snapshot>. 3740 void MachineConfigFile::readDebugging(const xml::ElementNode *pElmDebugging, Debugging *pDbg) 3888 readDebugging(elmSnapshot.findChildElement("Debugging"), &snap.debugging); 4047 else if (pelmMachineChild->nameEquals("Debugging")) 5115 * Creates a <Debugging> node under elmParent and then writes out the XML 5121 void MachineConfigFile::buildDebuggingXML(xml::ElementNode *pElmParent, const Debugging *pDbg) 5126 xml::ElementNode *pElmDebugging = pElmParent->createChild("Debugging");
|
Completed in 880 milliseconds