[all-commits] [llvm/llvm-project] 125e69: [lldb] Hoist code to create StructuredData into Di...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Feb 9 21:42:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 125e69015addb656bccaf1c48ea006c9742cda25
      https://github.com/llvm/llvm-project/commit/125e69015addb656bccaf1c48ea006c9742cda25
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M lldb/include/lldb/Core/DebuggerEvents.h
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/Core/DebuggerEvents.cpp

  Log Message:
  -----------
  [lldb] Hoist code to create StructuredData into DiagnosticEventData (NFC)

Hoist the code that creates a StructuredData dictionary from a
diagnostic event into the DiagnosticEventData. This addresses Ismail's
code review feedback from D143687.

Differential revision: https://reviews.llvm.org/D143694




More information about the All-commits mailing list