[Lldb-commits] [PATCH] D121818: [lldb] Expose diagnostic events through the SB API

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 16 09:18:42 PDT 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, mib.
Herald added a project: All.
JDevlieghere requested review of this revision.

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


https://reviews.llvm.org/D121818

Files:
  lldb/bindings/interface/SBDebugger.i
  lldb/include/lldb/API/SBDebugger.h
  lldb/include/lldb/Core/DebuggerEvents.h
  lldb/source/API/SBDebugger.cpp
  lldb/test/API/functionalities/diagnostic_reporting/Makefile
  lldb/test/API/functionalities/diagnostic_reporting/TestDiagnosticReporting.py
  lldb/test/API/functionalities/diagnostic_reporting/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121818.415860.patch
Type: text/x-patch
Size: 6500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220316/e777d402/attachment.bin>


More information about the lldb-commits mailing list