debugger: compile fix in lldb support

Change-Id: I5bb5aae496cc1d8b53bf4911d651a10ab52ca924
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-20 18:11:33 +01:00
committed by hjk
parent 2163f789b1
commit 406430fa1e
2 changed files with 2 additions and 1 deletions

View File

@@ -3183,7 +3183,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
cmd = am->registerAction(m_startRemoteLldbAction,
"Debugger.RemoteLldb", globalcontext);
cmd->setAttribute(Command::CA_Hide);
mstart->addAction(cmd, Constants::G_START_REMOTE);
mstart->addAction(cmd, Constants::G_MANUAL_REMOTE);
#endif
if (m_startRemoteCdbAction) {

View File

@@ -32,6 +32,7 @@
#include "lldboptionspage.h"
#include "debuggerconstants.h"
#include "debuggerinternalconstants.h"
#include <coreplugin/icore.h>