summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/commonoptionspage.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-08-28 14:37:18 +0200
committerhjk <qthjk@ovi.com>2012-08-29 08:18:16 +0200
commit5409d2d1d3491b83c6e4cf9a22c6d15fca2d3361 (patch)
tree32558250f2f6757486e7f548d50f4785d2d83d3d /src/plugins/debugger/commonoptionspage.h
parentd07e7d2aab42105ead451c5381ddc0b52994b6b1 (diff)
downloadqt-creator-5409d2d1d3491b83c6e4cf9a22c6d15fca2d3361.tar.gz
CDB: Add setting to add breakpoint at CrtDbgReport().
- Factor out message/tooltips for breakpoints on functions. - Add stringlist of break functions to CdbOptions. - Set breakpoints with module, ignore response. Change-Id: If5cf7647b190057c18d8499b9f4862696610e4f6 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.h')
-rw-r--r--src/plugins/debugger/commonoptionspage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/debugger/commonoptionspage.h b/src/plugins/debugger/commonoptionspage.h
index b5eaf9392a..4f5b76ab2c 100644
--- a/src/plugins/debugger/commonoptionspage.h
+++ b/src/plugins/debugger/commonoptionspage.h
@@ -79,6 +79,10 @@ public:
void finish();
bool matches(const QString &s) const;
+ static QString msgSetBreakpointAtFunction(const char *function);
+ static QString msgSetBreakpointAtFunctionToolTip(const char *function,
+ const QString &hint = QString());
+
private:
const QSharedPointer<GlobalDebuggerOptions> m_options;
QSharedPointer<Utils::SavedActionSet> m_group;