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-11-29 13:30:09 +01:00
|
|
|
#include <QtGui/QCheckBox>
|
|
|
|
|
#include <QtGui/QFormLayout>
|
|
|
|
|
#include <QtGui/QGridLayout>
|
|
|
|
|
#include <QtGui/QGroupBox>
|
|
|
|
|
#include <QtGui/QLabel>
|
|
|
|
|
#include <QtGui/QLineEdit>
|
|
|
|
|
#include <QtGui/QRadioButton>
|
|
|
|
|
#include <QtGui/QSpinBox>
|
|
|
|
|
#include <QtGui/QTextEdit>
|
2011-02-22 11:35:03 +01:00
|
|
|
|
2009-04-17 09:03:32 +02:00
|
|
|
namespace Debugger {
|
|
|
|
|
namespace Internal {
|
|
|
|
|
|
2011-11-29 13:30:09 +01:00
|
|
|
class GdbOptionsPageUi
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
QGroupBox *groupBoxGeneral;
|
|
|
|
|
QLabel *labelGdbWatchdogTimeout;
|
|
|
|
|
QSpinBox *spinBoxGdbWatchdogTimeout;
|
|
|
|
|
QCheckBox *checkBoxSkipKnownFrames;
|
|
|
|
|
QCheckBox *checkBoxUseMessageBoxForSignals;
|
|
|
|
|
QCheckBox *checkBoxAdjustBreakpointLocations;
|
|
|
|
|
QCheckBox *checkBoxUseDynamicType;
|
|
|
|
|
QCheckBox *checkBoxLoadGdbInit;
|
|
|
|
|
QLabel *labelDangerous;
|
|
|
|
|
QCheckBox *checkBoxTargetAsync;
|
|
|
|
|
QCheckBox *checkBoxAutoEnrichParameters;
|
|
|
|
|
QCheckBox *checkBoxBreakOnWarning;
|
|
|
|
|
QCheckBox *checkBoxBreakOnFatal;
|
|
|
|
|
QCheckBox *checkBoxEnableReverseDebugging;
|
|
|
|
|
|
|
|
|
|
QGroupBox *groupBoxStartupCommands;
|
|
|
|
|
QTextEdit *textEditStartupCommands;
|
|
|
|
|
|
|
|
|
|
//QGroupBox *groupBoxPluginDebugging;
|
|
|
|
|
//QRadioButton *radioButtonAllPluginBreakpoints;
|
|
|
|
|
//QRadioButton *radioButtonSelectedPluginBreakpoints;
|
|
|
|
|
//QRadioButton *radioButtonNoPluginBreakpoints;
|
|
|
|
|
//QLabel *labelSelectedPluginBreakpoints;
|
|
|
|
|
//QLineEdit *lineEditSelectedPluginBreakpointsPattern;
|
|
|
|
|
|
|
|
|
|
void setupUi(QWidget *q)
|
|
|
|
|
{
|
|
|
|
|
groupBoxGeneral = new QGroupBox(q);
|
|
|
|
|
groupBoxGeneral->setTitle(GdbOptionsPage::tr("General"));
|
|
|
|
|
|
|
|
|
|
labelGdbWatchdogTimeout = new QLabel(groupBoxGeneral);
|
|
|
|
|
labelGdbWatchdogTimeout->setText(GdbOptionsPage::tr("GDB timeout:"));
|
|
|
|
|
labelGdbWatchdogTimeout->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This is the number of seconds Qt Creator will wait before\n"
|
|
|
|
|
"it terminates a non-responsive GDB process. The default value of 20 seconds\n"
|
|
|
|
|
"should be sufficient for most applications, but there are situations when\n"
|
|
|
|
|
"loading big libraries or listing source files takes much longer than that\n"
|
|
|
|
|
"on slow machines. In this case, the value should be increased."));
|
|
|
|
|
|
|
|
|
|
spinBoxGdbWatchdogTimeout = new QSpinBox(groupBoxGeneral);
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setToolTip(labelGdbWatchdogTimeout->toolTip());
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setSuffix(GdbOptionsPage::tr("sec"));
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setLayoutDirection(Qt::LeftToRight);
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setMinimum(20);
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setMaximum(1000000);
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setSingleStep(20);
|
|
|
|
|
spinBoxGdbWatchdogTimeout->setValue(20);
|
|
|
|
|
|
|
|
|
|
checkBoxSkipKnownFrames = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxSkipKnownFrames->setText(GdbOptionsPage::tr("Skip known frames when stepping"));
|
|
|
|
|
checkBoxSkipKnownFrames->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"Allows 'Step Into' to compress several steps into one step\n"
|
|
|
|
|
"for less noisy debugging. For example, the atomic reference\n"
|
|
|
|
|
"counting code is skipped, and a single 'Step Into' for a signal\n"
|
|
|
|
|
"emission ends up directly in the slot connected to it."));
|
|
|
|
|
|
|
|
|
|
checkBoxUseMessageBoxForSignals = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxUseMessageBoxForSignals->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Show a message box when receiving a signal"));
|
|
|
|
|
checkBoxUseMessageBoxForSignals->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This will show a message box as soon as your application\n"
|
|
|
|
|
"receives a signal like SIGSEGV during debugging."));
|
|
|
|
|
|
|
|
|
|
checkBoxAdjustBreakpointLocations = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxAdjustBreakpointLocations->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Adjust breakpoint locations"));
|
|
|
|
|
checkBoxAdjustBreakpointLocations->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"GDB allows setting breakpoints on source lines for which no code \n"
|
|
|
|
|
"was generated. In such situations the breakpoint is shifted to the\n"
|
|
|
|
|
"next source code line for which code was actually generated.\n"
|
|
|
|
|
"This option reflects such temporary change by moving the breakpoint\n"
|
|
|
|
|
"markers in the source code editor."));
|
|
|
|
|
|
|
|
|
|
checkBoxUseDynamicType = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxUseDynamicType->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Use dynamic object type for display"));
|
|
|
|
|
checkBoxUseDynamicType->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This specifies whether the dynamic or the static type of objects will be"
|
|
|
|
|
"displayed. Choosing the dynamic type might be slower."));
|
|
|
|
|
|
|
|
|
|
checkBoxLoadGdbInit = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxLoadGdbInit->setText(GdbOptionsPage::tr("Load .gdbinit file on startup"));
|
|
|
|
|
checkBoxLoadGdbInit->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This allows or inhibits reading the user's default\n"
|
|
|
|
|
".gdbinit file on debugger startup."));
|
|
|
|
|
|
|
|
|
|
labelDangerous = new QLabel(GdbOptionsPage::tr(
|
|
|
|
|
"The options below should be used with care."));
|
|
|
|
|
|
|
|
|
|
checkBoxTargetAsync = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxTargetAsync->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Use asynchronous mode to control the inferior"));
|
|
|
|
|
|
|
|
|
|
checkBoxAutoEnrichParameters = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxAutoEnrichParameters->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Use common locations for debug information"));
|
|
|
|
|
checkBoxAutoEnrichParameters->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This adds common paths to locations of debug information\n"
|
|
|
|
|
"at debugger startup."));
|
|
|
|
|
|
|
|
|
|
checkBoxBreakOnWarning = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxBreakOnWarning->setText(GdbOptionsPage::tr("Stop when a qWarning is issued"));
|
|
|
|
|
|
|
|
|
|
checkBoxBreakOnFatal = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxBreakOnFatal->setText(GdbOptionsPage::tr("Stop when a qFatal is issued"));
|
|
|
|
|
|
|
|
|
|
checkBoxEnableReverseDebugging = new QCheckBox(groupBoxGeneral);
|
|
|
|
|
checkBoxEnableReverseDebugging->setText(GdbOptionsPage::tr("Enable reverse debugging"));
|
|
|
|
|
checkBoxEnableReverseDebugging->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"<html><head/><body><p>Selecting this enables reverse debugging.</p><.p>"
|
|
|
|
|
"<b>Note:</b> This feature is very slow and unstable on the GDB side."
|
|
|
|
|
"It exhibits unpredictable behavior when going backwards over system "
|
|
|
|
|
"calls and is very likely to destroy your debugging session.</p><body></html>"));
|
|
|
|
|
|
|
|
|
|
groupBoxStartupCommands = new QGroupBox(q);
|
|
|
|
|
groupBoxStartupCommands->setTitle(GdbOptionsPage::tr("Additional Startup Commands"));
|
|
|
|
|
|
|
|
|
|
textEditStartupCommands = new QTextEdit(groupBoxStartupCommands);
|
2012-01-10 13:28:18 +01:00
|
|
|
textEditStartupCommands->setAcceptRichText(false);
|
2011-11-29 13:30:09 +01:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
groupBoxPluginDebugging = new QGroupBox(q);
|
|
|
|
|
groupBoxPluginDebugging->setTitle(GdbOptionsPage::tr(
|
|
|
|
|
"Behavior of Breakpoint Setting in Plugins"));
|
|
|
|
|
|
|
|
|
|
radioButtonAllPluginBreakpoints = new QRadioButton(groupBoxPluginDebugging);
|
|
|
|
|
radioButtonAllPluginBreakpoints->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Always try to set breakpoints in plugins automatically"));
|
|
|
|
|
radioButtonAllPluginBreakpoints->setToolTip(GdbOptionsPage::tr(
|
|
|
|
|
"This is the slowest but safest option."));
|
|
|
|
|
|
|
|
|
|
radioButtonSelectedPluginBreakpoints = new QRadioButton(groupBoxPluginDebugging);
|
|
|
|
|
radioButtonSelectedPluginBreakpoints->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Try to set breakpoints in selected plugins"));
|
|
|
|
|
|
|
|
|
|
radioButtonNoPluginBreakpoints = new QRadioButton(groupBoxPluginDebugging);
|
|
|
|
|
radioButtonNoPluginBreakpoints->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Never set breakpoints in plugins automatically"));
|
|
|
|
|
|
|
|
|
|
lineEditSelectedPluginBreakpointsPattern = new QLineEdit(groupBoxPluginDebugging);
|
|
|
|
|
|
|
|
|
|
labelSelectedPluginBreakpoints = new QLabel(groupBoxPluginDebugging);
|
|
|
|
|
labelSelectedPluginBreakpoints->setText(GdbOptionsPage::tr(
|
|
|
|
|
"Matching regular expression: "));
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
QFormLayout *formLayout = new QFormLayout(groupBoxGeneral);
|
|
|
|
|
formLayout->addRow(labelGdbWatchdogTimeout, spinBoxGdbWatchdogTimeout);
|
|
|
|
|
formLayout->addRow(checkBoxSkipKnownFrames);
|
|
|
|
|
formLayout->addRow(checkBoxUseMessageBoxForSignals);
|
|
|
|
|
formLayout->addRow(checkBoxAdjustBreakpointLocations);
|
|
|
|
|
formLayout->addRow(checkBoxUseDynamicType);
|
|
|
|
|
formLayout->addRow(checkBoxLoadGdbInit);
|
2011-12-08 16:31:21 +01:00
|
|
|
formLayout->addRow(new QLabel(QString()));
|
2011-11-29 13:30:09 +01:00
|
|
|
formLayout->addRow(labelDangerous);
|
|
|
|
|
formLayout->addRow(checkBoxTargetAsync);
|
|
|
|
|
formLayout->addRow(checkBoxAutoEnrichParameters);
|
|
|
|
|
formLayout->addRow(checkBoxBreakOnWarning);
|
|
|
|
|
formLayout->addRow(checkBoxBreakOnFatal);
|
|
|
|
|
formLayout->addRow(checkBoxEnableReverseDebugging);
|
|
|
|
|
|
|
|
|
|
QGridLayout *startLayout = new QGridLayout(groupBoxStartupCommands);
|
|
|
|
|
startLayout->addWidget(textEditStartupCommands, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
//QHBoxLayout *horizontalLayout = new QHBoxLayout();
|
|
|
|
|
//horizontalLayout->addItem(new QSpacerItem(10, 10, QSizePolicy::Preferred, QSizePolicy::Minimum));
|
|
|
|
|
//horizontalLayout->addWidget(labelSelectedPluginBreakpoints);
|
|
|
|
|
//horizontalLayout->addWidget(lineEditSelectedPluginBreakpointsPattern);
|
|
|
|
|
|
|
|
|
|
QGridLayout *gridLayout = new QGridLayout(q);
|
|
|
|
|
gridLayout->addWidget(groupBoxGeneral, 0, 0);
|
|
|
|
|
gridLayout->addWidget(groupBoxStartupCommands, 0, 1);
|
|
|
|
|
|
|
|
|
|
//gridLayout->addWidget(groupBoxStartupCommands, 0, 1, 1, 1);
|
|
|
|
|
//gridLayout->addWidget(radioButtonAllPluginBreakpoints, 0, 0, 1, 1);
|
|
|
|
|
//gridLayout->addWidget(radioButtonSelectedPluginBreakpoints, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
//gridLayout->addLayout(horizontalLayout, 2, 0, 1, 1);
|
|
|
|
|
//gridLayout->addWidget(radioButtonNoPluginBreakpoints, 3, 0, 1, 1);
|
|
|
|
|
//gridLayout->addWidget(groupBoxPluginDebugging, 1, 0, 1, 2);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
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);
|
2011-11-29 13:30:09 +01:00
|
|
|
m_ui = new GdbOptionsPageUi;
|
2010-12-02 18:28:16 +01:00
|
|
|
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
|
|
|
|
2011-11-29 13:30:09 +01:00
|
|
|
//m_ui->groupBoxPluginDebugging->hide();
|
2009-04-17 09:03:32 +02:00
|
|
|
|
2011-11-29 13:30:09 +01:00
|
|
|
//m_ui->lineEditSelectedPluginBreakpointsPattern->
|
|
|
|
|
// setEnabled(debuggerCore()->action(SelectedPluginBreakpoints)->value().toBool());
|
|
|
|
|
//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)
|
2011-11-29 13:30:09 +01:00
|
|
|
<< sep << m_ui->groupBoxGeneral->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()
|
2011-11-29 13:30:09 +01:00
|
|
|
// << sep << m_ui->groupBoxPluginDebugging->title()
|
|
|
|
|
// << sep << m_ui->radioButtonAllPluginBreakpoints->text()
|
|
|
|
|
// << sep << m_ui->radioButtonSelectedPluginBreakpoints->text()
|
|
|
|
|
// << sep << m_ui->labelSelectedPluginBreakpoints->text()
|
|
|
|
|
// << 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
|
|
|
|
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
|