Searched refs:debugger (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp184 if (!debugger().isNull() && debugger().isOk())
187 debugger().SetPATMEnabled(false);
189 debugger().SetCSAMEnabled(false);
191 debugger().SetRecompileSupervisor(true);
193 debugger().SetRecompileUser(true);
195 debugger().SetExecuteAllInIEM(true);
197 debugger().SetVirtualTimeRate(vboxGlobal().getWarpPct());
1052 /* Get debugger: */
1458 /* Detach debugger
[all...]
H A DUIIndicatorsPool.cpp835 const CMachineDebugger debugger = m_pSession->debugger(); local
838 bool bVirtEnabled = debugger.GetHWVirtExEnabled();
844 bool bNestEnabled = debugger.GetHWVirtExNestedPagingEnabled();
850 bool bUXEnabled = debugger.GetHWVirtExUXEnabled();
H A DUIMachineLogic.h106 /** Returns the console's debugger reference. */
107 CMachineDebugger& debugger() const;
369 /* The handle to the debugger GUI: */
371 /* The virtual method table for the debugger GUI: */
H A DUIMachineLogic.cpp203 #if 0 /* To early! The debugger needs a VM handle to work. So, must be done after power on. Moved to initializePostPowerUp. */
205 /* Prepare debugger: */
223 /* Cleanup debugger: */
297 CMachineDebugger& UIMachineLogic::debugger() const function in class:UIMachineLogic
299 return uisession()->debugger();
1242 /* Close debugger: */
1957 if (!debugger().isNull() && debugger().isOk())
1958 debugger().SetLogEnabled(fState);
2337 if (!debugger()
[all...]
H A DUISession.h114 /** Returns the console's debugger instance. */
115 CMachineDebugger& debugger() { return m_debugger; } function in class:UISession
403 /** Holds the console's debugger instance. */
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h196 debugger("Hash Table: value already in table.");
249 debugger("Hash Table: duplicate detected.");
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S77 mov $0x0,%esp # switch to debugger stack
253 ## clear Dr7 while executing debugger itself
343 ## NOTE - modified segment registers could hang the debugger... We
H A DAsmFuncs.asm170 mov esp, offset DebugStackBegin ; switch to debugger stack
339 ;; clear Dr7 while executing debugger itself
429 ;; NOTE - modified segment registers could hang the debugger... We
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.S260 ## clear Dr7 while executing debugger itself
324 ## NOTE - modified segment registers could hang the debugger... We
H A DAsmFuncs.asm260 ;; clear Dr7 while executing debugger itself
326 ;; NOTE - modified segment registers could hang the debugger... We
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm244 ;; clear Dr7 while executing debugger itself
310 ;; NOTE - modified segment registers could hang the debugger... We
H A DAsmFuncs.S281 ## clear Dr7 while executing debugger itself
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp318 /* Get machine debugger: */
614 CMachineDebugger debugger = console.GetDebugger(); local
615 QString strVirtualization = debugger.GetHWVirtExEnabled() ?
618 QString strNestedPaging = debugger.GetHWVirtExNestedPagingEnabled() ?
621 QString strUnrestrictedExecution = debugger.GetHWVirtExUXEnabled() ?
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm233 mov rsp, offset DebugStackBegin ; switch to debugger stack
369 ;; clear Dr7 while executing debugger itself
460 ;; NOTE - modified segment registers could hang the debugger... We
H A DAsmFuncs.S203 movq DebugStackBegin(%rip), %rsp # switch to debugger stack
331 // clear Dr7 while executing debugger itself
424 // NOTE - modified segment registers could hang the debugger... We
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S344 #; NOTE - modified segment registers could hang the debugger... We
H A DCpuAsm.asm342 ;; NOTE - modified segment registers could hang the debugger... We
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp1453 "Error: You hit a debugger feature which isn't implemented yet (argument %d).\n", cArgs);
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm162 ; Note: do not step through this code with a debugger!
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2630 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);
H A DVBoxCAPI_v3_0.h3168 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);
H A DVBoxCAPI_v3_1.h3185 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);
H A DVBoxCAPI_v3_2.h3307 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);
H A DVBoxCAPI_v4_0.h3522 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);
H A DVBoxCAPI_v4_1.h3743 nsresult (*GetDebugger)(IConsole *pThis, IMachineDebugger * *debugger);

Completed in 1799 milliseconds

12