2010-01-04 11:36:55 +01:00
|
|
|
/**************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2011-01-11 16:28:15 +01:00
|
|
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
2010-01-04 11:36:55 +01:00
|
|
|
**
|
2011-11-02 15:59:12 +01:00
|
|
|
** Contact: Nokia Corporation (qt-info@nokia.com)
|
2010-01-04 11:36:55 +01:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Lesser General Public License Usage
|
|
|
|
|
**
|
2011-04-13 08:42:33 +02:00
|
|
|
** This file may be used under the terms of the GNU Lesser General Public
|
|
|
|
|
** License version 2.1 as published by the Free Software Foundation and
|
|
|
|
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
|
|
|
|
** Please review the following information to ensure the GNU Lesser General
|
|
|
|
|
** Public License version 2.1 requirements will be met:
|
|
|
|
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
2010-01-04 11:36:55 +01:00
|
|
|
**
|
2010-12-17 16:01:08 +01:00
|
|
|
** In addition, as a special exception, Nokia gives you certain additional
|
2011-04-13 08:42:33 +02:00
|
|
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
2010-12-17 16:01:08 +01:00
|
|
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
|
|
|
**
|
2011-04-13 08:42:33 +02:00
|
|
|
** Other Usage
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used in accordance with the terms and
|
|
|
|
|
** conditions contained in a signed written agreement between you and Nokia.
|
|
|
|
|
**
|
2010-12-17 16:01:08 +01:00
|
|
|
** If you have questions regarding the use of this file, please contact
|
2011-11-02 15:59:12 +01:00
|
|
|
** Nokia at qt-info@nokia.com.
|
2010-01-04 11:36:55 +01:00
|
|
|
**
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
#include "gdboptionspage.h"
|
|
|
|
|
#include "debuggeractions.h"
|
2010-11-10 16:33:11 +01:00
|
|
|
#include "debuggercore.h"
|
2011-04-21 15:52:51 +02:00
|
|
|
#include "debuggerinternalconstants.h"
|
2009-04-17 09:03:32 +02:00
|
|
|
|
|
|
|
|
#include <coreplugin/icore.h>
|
2010-11-10 16:33:11 +01:00
|
|
|
#include <projectexplorer/projectexplorer.h>
|
|
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
#include <QtCore/QCoreApplication>
|
2011-02-22 11:21:08 +01:00
|
|
|
#include <QtCore/QDebug>
|
2009-11-24 15:05:02 +01:00
|
|
|
#include <QtCore/QTextStream>
|
2009-04-17 09:03:32 +02:00
|
|
|
|
2011-02-22 11:35:03 +01:00
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
namespace Debugger {
|
|
|
|
|
namespace Internal {
|
|
|
|
|
|
2010-06-16 11:08:54 +02:00
|
|
|
GdbOptionsPage::GdbOptionsPage()
|
2010-12-02 18:28:16 +01:00
|
|
|
: m_ui(0)
|
2011-02-01 18:36:00 +01:00
|
|
|
{ }
|
2009-04-17 09:03:32 +02:00
|
|
|
|
|
|
|
|
QString GdbOptionsPage::settingsId()
|
|
|
|
|
{
|
2009-11-27 16:12:12 +01:00
|
|
|
return QLatin1String("M.Gdb");
|
2009-04-17 09:03:32 +02:00
|
|
|
}
|
|
|
|
|
|
2010-01-07 18:17:24 +01:00
|
|
|
QString GdbOptionsPage::displayName() const
|
2009-04-17 09:03:32 +02:00
|
|
|
{
|
2011-03-30 15:58:58 +02:00
|
|
|
return tr("GDB");
|
2009-04-17 09:03:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QString GdbOptionsPage::category() const
|
|
|
|
|
{
|
2011-02-22 18:04:55 +01:00
|
|
|
return QLatin1String(Constants::DEBUGGER_SETTINGS_CATEGORY);
|
2009-04-17 09:03:32 +02:00
|
|
|
}
|
|
|
|
|
|
2010-01-07 18:17:24 +01:00
|
|
|
QString GdbOptionsPage::displayCategory() const
|
2009-04-17 09:03:32 +02:00
|
|
|
{
|
2011-02-22 18:04:55 +01:00
|
|
|
return QCoreApplication::translate("Debugger", Constants::DEBUGGER_SETTINGS_TR_CATEGORY);
|
2009-04-17 09:03:32 +02:00
|
|
|
}
|
|
|
|
|
|
2010-03-26 17:34:10 +01:00
|
|
|
QIcon GdbOptionsPage::categoryIcon() const
|
|
|
|
|
{
|
2011-02-22 18:04:55 +01:00
|
|
|
return QIcon(QLatin1String(Constants::DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON));
|
2010-03-26 17:34:10 +01:00
|
|
|
}
|
|
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
QWidget *GdbOptionsPage::createPage(QWidget *parent)
|
|
|
|
|
{
|
|
|
|
|
QWidget *w = new QWidget(parent);
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui = new Ui::GdbOptionsPage;
|
|
|
|
|
m_ui->setupUi(w);
|
2011-02-01 18:36:00 +01:00
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
m_group.clear();
|
2011-11-01 17:56:32 +01:00
|
|
|
m_group.insert(debuggerCore()->action(GdbStartupCommands),
|
|
|
|
|
m_ui->textEditStartupCommands);
|
2010-12-21 11:52:21 +01:00
|
|
|
m_group.insert(debuggerCore()->action(LoadGdbInit),
|
|
|
|
|
m_ui->checkBoxLoadGdbInit);
|
2011-09-22 09:30:50 +02:00
|
|
|
m_group.insert(debuggerCore()->action(AutoEnrichParameters),
|
|
|
|
|
m_ui->checkBoxAutoEnrichParameters);
|
2011-11-29 12:20:06 +01:00
|
|
|
m_group.insert(debuggerCore()->action(UseDynamicType),
|
|
|
|
|
m_ui->checkBoxUseDynamicType);
|
2011-02-03 16:49:28 +01:00
|
|
|
m_group.insert(debuggerCore()->action(TargetAsync),
|
|
|
|
|
m_ui->checkBoxTargetAsync);
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(AdjustBreakpointLocations),
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->checkBoxAdjustBreakpointLocations);
|
2011-05-30 16:01:50 +02:00
|
|
|
m_group.insert(debuggerCore()->action(BreakOnWarning),
|
|
|
|
|
m_ui->checkBoxBreakOnWarning);
|
2011-07-13 16:52:28 +02:00
|
|
|
m_group.insert(debuggerCore()->action(BreakOnFatal),
|
|
|
|
|
m_ui->checkBoxBreakOnFatal);
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(GdbWatchdogTimeout),
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->spinBoxGdbWatchdogTimeout);
|
2009-12-09 15:23:49 +01:00
|
|
|
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(UseMessageBoxForSignals),
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->checkBoxUseMessageBoxForSignals);
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(SkipKnownFrames),
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->checkBoxSkipKnownFrames);
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(EnableReverseDebugging),
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->checkBoxEnableReverseDebugging);
|
2010-11-10 16:33:11 +01:00
|
|
|
m_group.insert(debuggerCore()->action(GdbWatchdogTimeout), 0);
|
2009-04-17 09:03:32 +02:00
|
|
|
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->groupBoxPluginDebugging->hide();
|
2009-04-17 09:03:32 +02:00
|
|
|
|
2010-12-02 18:28:16 +01:00
|
|
|
m_ui->lineEditSelectedPluginBreakpointsPattern->
|
2010-11-10 16:33:11 +01:00
|
|
|
setEnabled(debuggerCore()->action(SelectedPluginBreakpoints)->value().toBool());
|
2010-12-02 18:28:16 +01:00
|
|
|
connect(m_ui->radioButtonSelectedPluginBreakpoints, SIGNAL(toggled(bool)),
|
|
|
|
|
m_ui->lineEditSelectedPluginBreakpointsPattern, SLOT(setEnabled(bool)));
|
2009-04-17 09:03:32 +02:00
|
|
|
|
2009-11-24 15:05:02 +01:00
|
|
|
if (m_searchKeywords.isEmpty()) {
|
2010-12-01 14:35:36 +01:00
|
|
|
QLatin1Char sep(' ');
|
|
|
|
|
QTextStream(&m_searchKeywords)
|
2010-12-02 18:28:16 +01:00
|
|
|
<< sep << m_ui->groupBoxLocations->title()
|
2010-12-21 11:52:21 +01:00
|
|
|
<< sep << m_ui->checkBoxLoadGdbInit->text()
|
2011-02-03 16:49:28 +01:00
|
|
|
<< sep << m_ui->checkBoxTargetAsync->text()
|
2011-11-29 12:20:06 +01:00
|
|
|
<< sep << m_ui->checkBoxUseDynamicType->text()
|
2010-12-02 18:28:16 +01:00
|
|
|
<< sep << m_ui->labelGdbWatchdogTimeout->text()
|
|
|
|
|
<< sep << m_ui->checkBoxEnableReverseDebugging->text()
|
|
|
|
|
<< sep << m_ui->checkBoxSkipKnownFrames->text()
|
|
|
|
|
<< sep << m_ui->checkBoxUseMessageBoxForSignals->text()
|
|
|
|
|
<< sep << m_ui->checkBoxAdjustBreakpointLocations->text()
|
|
|
|
|
<< sep << m_ui->groupBoxPluginDebugging->title()
|
|
|
|
|
<< sep << m_ui->radioButtonAllPluginBreakpoints->text()
|
|
|
|
|
<< sep << m_ui->radioButtonSelectedPluginBreakpoints->text()
|
|
|
|
|
<< sep << m_ui->labelSelectedPluginBreakpoints->text()
|
2011-11-01 17:56:32 +01:00
|
|
|
<< sep << m_ui->radioButtonNoPluginBreakpoints->text();
|
2009-11-24 15:05:02 +01:00
|
|
|
m_searchKeywords.remove(QLatin1Char('&'));
|
|
|
|
|
}
|
2011-06-22 17:14:08 +02:00
|
|
|
|
|
|
|
|
// FIXME: Not fully working on the gdb side yet.
|
2011-09-30 13:35:31 +02:00
|
|
|
//m_ui->checkBoxTargetAsync->hide();
|
2011-06-22 17:14:08 +02:00
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
return w;
|
|
|
|
|
}
|
2010-11-10 16:33:11 +01:00
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
void GdbOptionsPage::apply()
|
|
|
|
|
{
|
|
|
|
|
m_group.apply(Core::ICore::instance()->settings());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void GdbOptionsPage::finish()
|
|
|
|
|
{
|
|
|
|
|
m_group.finish();
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-24 15:05:02 +01:00
|
|
|
bool GdbOptionsPage::matches(const QString &s) const
|
|
|
|
|
{
|
|
|
|
|
return m_searchKeywords.contains(s, Qt::CaseInsensitive);
|
|
|
|
|
}
|
|
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
} // namespace Internal
|
|
|
|
|
} // namespace Debugger
|