[all-commits] [llvm/llvm-project] 02d3a7: [lldb][NFCI] Remove EventData* parameter from Broa...

Alex Langford via All-commits all-commits at lists.llvm.org
Fri Jan 26 10:40:44 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02d3a799e7eb2997950d6a288a08a5e51ff0ff59
      https://github.com/llvm/llvm-project/commit/02d3a799e7eb2997950d6a288a08a5e51ff0ff59
  Author: Alex Langford <alangford at apple.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/source/Target/Process.cpp
    M lldb/source/Utility/Broadcaster.cpp

  Log Message:
  -----------
  [lldb][NFCI] Remove EventData* parameter from BroadcastEventIfUnique (#79045)

Instead of passing the data to BroadcastEventIfUnique to create an Event
object on the behalf of the caller, the caller can create the Event
up-front.




More information about the All-commits mailing list