aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-09-26 22:40:50 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-09-26 22:40:50 +0000
commit5d0434644c6eb732ffebc7b9a34671dee6b1deae (patch)
tree16ce6cf4b525af47dd59b2fa32be1697373fa74a /lldb/source/Commands/CommandObjectFrame.cpp
parent1db746afbf8c71c5f287722eb229007fc9aa189b (diff)
downloadllvm-5d0434644c6eb732ffebc7b9a34671dee6b1deae.zip
llvm-5d0434644c6eb732ffebc7b9a34671dee6b1deae.tar.gz
llvm-5d0434644c6eb732ffebc7b9a34671dee6b1deae.tar.bz2
Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to
iterate on the available watchpoint locations and to perform watchpoint manipulations. I still need to export the SBWatchpointLocation class as well as the added watchpoint manipulation methods to the Python interface. And write test cases for them. llvm-svn: 140575
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 555afc34..d1a9e87 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -14,6 +14,7 @@
#include <string>
// Other libraries and framework includes
// Project includes
+#include "lldb/Breakpoint/WatchpointLocation.h"
#include "lldb/Core/DataVisualization.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"