[all-commits] [llvm/llvm-project] ab4a79: [lldb][debugger][NFC] Add broadcast bit for catego...

Chelsea Cassanova via All-commits all-commits at lists.llvm.org
Thu Feb 8 10:33:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab4a793e8bc78f50f9f104c9c732e2dd91bf70a2
      https://github.com/llvm/llvm-project/commit/ab4a793e8bc78f50f9f104c9c732e2dd91bf70a2
  Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/Core/Debugger.h

  Log Message:
  -----------
  [lldb][debugger][NFC] Add broadcast bit for category-based progress events. (#81169)

This commit adds a new broadcast bit to the debugger. When in use, it
will be listened to for progress events that will be delivered and kept
track of by category as opposed to the current behaviour of coming in
one by one.




More information about the All-commits mailing list