[all-commits] [llvm/llvm-project] 3f4381: Fix up the "lldb log break" channel output.

jimingham via All-commits all-commits at lists.llvm.org
Thu Mar 3 12:10:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f438185a68af4ca99d018d94f4732fd53433674
      https://github.com/llvm/llvm-project/commit/3f438185a68af4ca99d018d94f4732fd53433674
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Utility/Event.h
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Utility/Broadcaster.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list