forked from OSchip/llvm-project
Fix a typo in the error message of the StopInfoWatchpoint class.
llvm-svn: 148876
This commit is contained in:
parent
d7970f9e4b
commit
5f3bf63cac
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue