Add trivial implementation for GetDescription().

llvm-svn: 139568
This commit is contained in:
Johnny Chen 2011-09-13 01:13:20 +00:00
parent 354b9a65f9
commit 02ae341043
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ WatchpointLocation::BreakpointWasHit (StoppointCallbackContext *context)
void
WatchpointLocation::GetDescription (Stream *s, lldb::DescriptionLevel level)
{
// FIXME: Add implmentation of GetDescription().
s->Printf(" ");
Dump(s);
return;
}