MachineDebuggerImpl.h revision 0220076bc8def0ee99c7c43471290b2224756225
/** @file
*
* VirtualBox COM class implementation
*/
/*
* Copyright (C) 2006-2007 innotek GmbH
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef ____H_MACHINEDEBUGGER
#define ____H_MACHINEDEBUGGER
#include "VirtualBoxBase.h"
{
void FinalRelease();
// public initializer/uninitializer for internal purposes only
void uninit();
// IMachineDebugger properties
// IMachineDebugger methods
// "public-private methods"
void flushQueuedSettings();
// for VirtualBoxSupportErrorInfoImpl
// flags whether settings have been queued because
// they could not be sent to the VM (not up yet, etc.)
int singlestepQueued;
int recompileUserQueued;
int patmEnabledQueued;
int csamEnabledQueued;
int mLogEnabledQueued;
bool fFlushMode;
};
#endif // ____H_MACHINEDEBUGGER