forked from OSchip/llvm-project
Add trivial implementation for GetDescription().
llvm-svn: 139568
This commit is contained in:
parent
354b9a65f9
commit
02ae341043
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue