[all-commits] [llvm/llvm-project] 990d0c: [lldb] Print diagnostic prefixes (error, warning) ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Apr 12 20:28:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 990d0c71090836fb117e72c262d6d19b76f346cc
https://github.com/llvm/llvm-project/commit/990d0c71090836fb117e72c262d6d19b76f346cc
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M lldb/include/lldb/Core/StreamAsynchronousIO.h
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/DebuggerEvents.cpp
M lldb/source/Core/StreamAsynchronousIO.cpp
Log Message:
-----------
[lldb] Print diagnostic prefixes (error, warning) in color
Print diagnostic prefixes (error, warning) in their respective colors
when colors are enabled.
Commit: a3d69a193a638a3aadf365cd628d8212b3d0d7d3
https://github.com/llvm/llvm-project/commit/a3d69a193a638a3aadf365cd628d8212b3d0d7d3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
Log Message:
-----------
[lldb] Re-enable TestStepNoDebug.py on AS
This test showed up as an unexpected pass and is now consistently
passing on Apple Silicon.
Compare: https://github.com/llvm/llvm-project/compare/12e137ab24da...a3d69a193a63
More information about the All-commits
mailing list