forked from qt-creator/qt-creator
Add gdb tracepoint support for Linux
Change-Id: Id2e46bae576a730f8c1b64a247aeed12e6d721af Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Gustav Johansson
parent
874029809f
commit
2081038953
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user