VirtualBox

Ignore:
Timestamp:
Feb 16, 2023 3:04:55 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10322: Runtime UI: Move debug related debugger stuff from UIMachineLogic to UISession; That ends CSession presence in UIMachineLogic as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h

    r98602 r98605  
    459459        /** Acquires effective CPU @a uLoad. */
    460460        bool acquireEffectiveCPULoad(ulong &uLoad);
     461
     462#ifdef VBOX_WITH_DEBUGGER_GUI
     463        /** Makes sure debugger GUI is created. */
     464        bool dbgCreated(void *pActionDebug);
     465        /** Makes sure debugger GUI is destroyed. */
     466        void dbgDestroy();
     467
     468        /** Shows debugger UI statistics window. */
     469        void dbgShowStatistics();
     470        /** Shows debugger UI command line window. */
     471        void dbgShowCommandLine();
     472
     473        /** Adjusts relative position for debugger window. */
     474        void dbgAdjustRelativePos();
     475#endif /* VBOX_WITH_DEBUGGER_GUI */
    461476    /** @} */
    462477
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette