mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
Remove the Stop Hooks / End Stop Hooks lines before/after running
the stop-hooks. I've been living on lldb with some stop-hooks defined for the past week and the five extra lines of output on every stop is really detracting from the usefulness of this feature. llvm-svn: 140358
This commit is contained in:
@@ -1651,7 +1651,6 @@ Target::RunStopHooks ()
|
||||
{
|
||||
if (!hooks_ran)
|
||||
{
|
||||
result.AppendMessage("\n** Stop Hooks **");
|
||||
hooks_ran = true;
|
||||
}
|
||||
if (print_hook_header && !any_thread_matched)
|
||||
@@ -1686,9 +1685,7 @@ Target::RunStopHooks ()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (hooks_ran)
|
||||
result.AppendMessage ("\n** End Stop Hooks **\n");
|
||||
|
||||
|
||||
result.GetImmediateOutputStream()->Flush();
|
||||
result.GetImmediateErrorStream()->Flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user