[all-commits] [llvm/llvm-project] ff9e59: [lldb] Expose diagnostic events through the SB API

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Mar 16 15:03:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff9e596b1006fb01fb999c300a298b8e43cfd0ee
      https://github.com/llvm/llvm-project/commit/ff9e596b1006fb01fb999c300a298b8e43cfd0ee
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
    M lldb/bindings/interface/SBDebugger.i
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/Core/DebuggerEvents.h
    M lldb/source/API/SBDebugger.cpp
    A lldb/test/API/functionalities/diagnostic_reporting/TestDiagnosticReporting.py
    A lldb/test/API/functionalities/diagnostic_reporting/minidump.yaml

  Log Message:
  -----------
  [lldb] Expose diagnostic events through the SB API

Expose diagnostic events through the SB API. Unlike the progress events,
I opted to use a SBStructuredData so that we can add fields in the
future.

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




More information about the All-commits mailing list