[all-commits] [llvm/llvm-project] 9f3800: [lldb] [Process/FreeBSD] Ensure that errors are al...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Feb 16 13:22:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f38001bf07252bc29671cf49b42351f34172dea
https://github.com/llvm/llvm-project/commit/9f38001bf07252bc29671cf49b42351f34172dea
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
Log Message:
-----------
[lldb] [Process/FreeBSD] Ensure that errors are always handled
Ensure that the llvm::Error instances are always considered handled
by replacing LLDB_LOG with LLDB_LOG_ERROR.
Differential Revision: https://reviews.llvm.org/D96558
More information about the All-commits
mailing list