| commit | 02ae341043ef382714cfc4639312b7dabb4155b8 | [log] [tgz] |
|---|---|---|
| author | Johnny Chen <johnny.chen@apple.com> | Tue Sep 13 01:13:20 2011 +0000 |
| committer | Johnny Chen <johnny.chen@apple.com> | Tue Sep 13 01:13:20 2011 +0000 |
| tree | ac2e6ac47071f42f6346daeacbc082d13bef76d8 | |
| parent | 354b9a65f95184d7422b1d39a5b1ba5770c8a3e9 [diff] [blame] |
Add trivial implementation for GetDescription(). llvm-svn: 139568
diff --git a/lldb/source/Breakpoint/WatchpointLocation.cpp b/lldb/source/Breakpoint/WatchpointLocation.cpp index 937fc8f..d2585b8 100644 --- a/lldb/source/Breakpoint/WatchpointLocation.cpp +++ b/lldb/source/Breakpoint/WatchpointLocation.cpp
@@ -74,7 +74,8 @@ void WatchpointLocation::GetDescription (Stream *s, lldb::DescriptionLevel level) { - // FIXME: Add implmentation of GetDescription(). + s->Printf(" "); + Dump(s); return; }