summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointLocation.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-09-27 01:19:20 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-09-27 01:19:20 +0000
commitd4dd7993b55811b9d3f1fa2d13c8c26dcfcfa2b2 (patch)
tree2b0bf3c04511cc03f63583e462c6ea988a659509 /lldb/source/Breakpoint/WatchpointLocation.cpp
parentf272d40d7cc507e48f42dbd79d182878e0effeaa (diff)
downloadbcm5719-llvm-d4dd7993b55811b9d3f1fa2d13c8c26dcfcfa2b2.tar.gz
bcm5719-llvm-d4dd7993b55811b9d3f1fa2d13c8c26dcfcfa2b2.zip
Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods)
to the Python interface. Implement yet another (threre're 3 now) iterator protocol for SBTarget: watchpoint_location_iter(), to iterate on the available watchpoint locations. And add a print representation for SBWatchpointLocation. Exercise some of these Python API with TestWatchpointLocationIter.py. llvm-svn: 140595
Diffstat (limited to 'lldb/source/Breakpoint/WatchpointLocation.cpp')
-rw-r--r--lldb/source/Breakpoint/WatchpointLocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/WatchpointLocation.cpp b/lldb/source/Breakpoint/WatchpointLocation.cpp
index 6b2785a22b3..01f6189821d 100644
--- a/lldb/source/Breakpoint/WatchpointLocation.cpp
+++ b/lldb/source/Breakpoint/WatchpointLocation.cpp
@@ -95,7 +95,6 @@ WatchpointLocation::ShouldStop (StoppointCallbackContext *context)
void
WatchpointLocation::GetDescription (Stream *s, lldb::DescriptionLevel level)
{
- s->Printf(" ");
DumpWithLevel(s, level);
return;
}
OpenPOWER on IntegriCloud