[Lldb-commits] [PATCH] D136648: [lldb] Emit diagnostic events in the diagnostic dump
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 24 16:25:24 PDT 2022
JDevlieghere created this revision.
JDevlieghere added reviewers: labath, clayborg, kastiglione.
Herald added a project: All.
JDevlieghere requested review of this revision.
Emit diagnostic events (errors and warnings) in the diagnostic dump. This patch also adds an "information" diagnostic event, which doesn't get broadcast, but ends up in the diagnostics as well.
https://reviews.llvm.org/D136648
Files:
lldb/include/lldb/Core/Debugger.h
lldb/include/lldb/Core/DebuggerEvents.h
lldb/include/lldb/Utility/Diagnostics.h
lldb/source/Core/Debugger.cpp
lldb/source/Core/DebuggerEvents.cpp
lldb/source/Utility/Diagnostics.cpp
lldb/test/Shell/Diagnostics/TestDiagnosticsLog.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136648.470319.patch
Type: text/x-patch
Size: 9747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221024/ceeae2b4/attachment.bin>
More information about the lldb-commits
mailing list