Fix a typo in the error message of the StopInfoWatchpoint class.

llvm-svn: 148876
This commit is contained in:
Johnny Chen 2012-01-24 23:19:25 +00:00
parent d7970f9e4b
commit 5f3bf63cac
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ public:
{
Debugger &debugger = context.exe_ctx.GetTargetRef().GetDebugger();
StreamSP error_sp = debugger.GetAsyncErrorStream ();
error_sp->Printf ("Stopped due to an error evaluating condition of breakpoint ");
error_sp->Printf ("Stopped due to an error evaluating condition of watchpoint ");
wp_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief);
error_sp->Printf (": \"%s\"",
wp_sp->GetConditionText());