[all-commits] [llvm/llvm-project] d0ce86: [lldb] Emit diagnostics as "important" output (#13...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Apr 25 10:18:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0ce861bf0f33fabab828755d0f1f522f6e1c602
https://github.com/llvm/llvm-project/commit/d0ce861bf0f33fabab828755d0f1f522f6e1c602
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py
M lldb/test/API/tools/lldb-dap/console/TestDAP_console.py
A lldb/test/API/tools/lldb-dap/console/minidump.yaml
M lldb/tools/lldb-dap/DAP.cpp
M lldb/tools/lldb-dap/DAP.h
M lldb/tools/lldb-dap/Handler/InitializeRequestHandler.cpp
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/LLDBUtils.h
Log Message:
-----------
[lldb] Emit diagnostics as "important" output (#137280)
Handle diagnostics events from the debugger (i.e. asynchronous errors
and warnings) in the lldb-dap event handler and emit them as "important"
output.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list