Fix up the "lldb log break" channel output.
authorJim Ingham <jingham@apple.com>
Thu, 3 Mar 2022 17:56:50 +0000 (09:56 -0800)
committerJim Ingham <jingham@apple.com>
Thu, 3 Mar 2022 20:10:39 +0000 (12:10 -0800)
commit3f438185a68af4ca99d018d94f4732fd53433674
tree66d32fb719fe69c1d5ebea9df28c7a7196a8fb01
parent94623fb1c94841a3abc818c4d99a7154a9ed7df2
Fix up the "lldb log break" channel output.

1) Make the BreakpointEventData::Dump actually do something useful.
2) Make the Breakpoint events print when the break log channel is on
without having to turn on the events channel.

Differential Revision: https://reviews.llvm.org/D120917
lldb/include/lldb/Breakpoint/Breakpoint.h
lldb/include/lldb/Utility/Event.h
lldb/source/Breakpoint/Breakpoint.cpp
lldb/source/Utility/Broadcaster.cpp