summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-29 14:46:59 +0200
committerhjk <qthjk@ovi.com>2011-09-29 14:50:03 +0200
commitb9002dc7633a0da84fb456b0299dda1bd89c200b (patch)
treeff8f07255d3cc002f3abbf5be537a03e7299b5ca /src/plugins/debugger/breakhandler.h
parent1a07c183d9ee10acb6ffdaedc5a9d96e6b9acaa9 (diff)
downloadqt-creator-b9002dc7633a0da84fb456b0299dda1bd89c200b.tar.gz
debugger: take actual breakpoints into account for source locations
Change-Id: I5cf2982812456249fca2f233514cb90bb8d3bfe0 Reviewed-on: http://codereview.qt-project.org/5799 Reviewed-by: hjk <qthjk@ovi.com>
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 47917e4649..82a92b2d75 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -79,6 +79,7 @@ public:
BreakpointModelIds engineBreakpointIds(DebuggerEngine *engine) const;
BreakpointModelIds unclaimedBreakpointIds() const;
int size() const { return m_storage.size(); }
+ QStringList engineBreakpointPaths(DebuggerEngine *engine) const;
// Find a breakpoint matching approximately the data in needle.
BreakpointModelId findSimilarBreakpoint(const BreakpointResponse &needle) const;