Debugger: Pass all breakpoint properties to *brigde.py

Change-Id: I58ee1b106e1cd6e8ad5ce99b226860c528698520
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-04 16:27:46 +01:00
parent ca1f743463
commit 96a0f48093
8 changed files with 43 additions and 60 deletions

View File

@@ -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 &parameters() const;
void addToCommand(DebuggerCommand *cmd) const;
BreakpointModelId id() const;
bool isLocatedAt(const QString &fileName, int lineNumber,