aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorMattias Johansson <mattias.a.johansson@external.epiroc.com>2021-01-07 13:28:05 +0100
committerGustav Johansson <gustav.s.johansson@epiroc.com>2021-02-02 07:36:07 +0000
commit208103895303a60028e83ac29e79487dd43bd3bf (patch)
tree2adf542ef9c359f18de6b826b63fe8a108255f67 /src/plugins/debugger/breakhandler.h
parent874029809f10fb8fb031c909aa70353853234a91 (diff)
Add gdb tracepoint support for Linux
Change-Id: Id2e46bae576a730f8c1b64a247aeed12e6d721af Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index ad334d10b8..20bd7365a1 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -176,6 +176,7 @@ public:
void setIgnoreCount(int count) { m_parameters.ignoreCount = count; }
void setCommand(const QString &command) { m_parameters.command = command; }
void setCondition(const QString &condition) { m_parameters.condition = condition; }
+ void setMessage(const QString& message) { m_parameters.message = message; }
QString msgWatchpointByAddressTriggered(quint64 address) const;
QString msgWatchpointByAddressTriggered(quint64 address, const QString &threadId) const;