summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointLocation.cpp
diff options
context:
space:
mode:
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 f765ef43202..bf24421a091 100644
--- a/lldb/source/Breakpoint/WatchpointLocation.cpp
+++ b/lldb/source/Breakpoint/WatchpointLocation.cpp
@@ -79,7 +79,6 @@ WatchpointLocation::Dump(Stream *s) const
s->Printf("WatchpointLocation %u: tid = %4.4x addr = 0x%8.8llx size = %zu state = %s type = %s watchpoint (%s%s) hw_index = %i hit_count = %-4u ignore_count = %-4u callback = %8p baton = %8p",
GetID(),
- m_tid,
(uint64_t)m_addr,
m_byte_size,
m_enabled ? "enabled " : "disabled",
OpenPOWER on IntegriCloud