Changeset 98605 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
- Timestamp:
- Feb 16, 2023 3:04:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r98602 r98605 459 459 /** Acquires effective CPU @a uLoad. */ 460 460 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 */ 461 476 /** @} */ 462 477
Note:
See TracChangeset
for help on using the changeset viewer.