forked from qt-creator/qt-creator
Debugger: Pass all breakpoint properties to *brigde.py
Change-Id: I58ee1b106e1cd6e8ad5ce99b226860c528698520 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Internal {
|
||||
|
||||
class BreakpointItem;
|
||||
class BreakHandler;
|
||||
class DebuggerCommand;
|
||||
class DebuggerEngine;
|
||||
|
||||
// Non-owning "deletion-safe" wrapper around a BreakpointItem *
|
||||
@@ -66,6 +67,7 @@ public:
|
||||
uint hash() const;
|
||||
|
||||
const BreakpointParameters ¶meters() const;
|
||||
void addToCommand(DebuggerCommand *cmd) const;
|
||||
|
||||
BreakpointModelId id() const;
|
||||
bool isLocatedAt(const QString &fileName, int lineNumber,
|
||||
|
||||
Reference in New Issue
Block a user