[lldb] [Process/FreeBSD] Ensure that errors are always handled
authorMichał Górny <mgorny@moritz.systems>
Thu, 11 Feb 2021 23:51:42 +0000 (00:51 +0100)
committerMichał Górny <mgorny@moritz.systems>
Tue, 16 Feb 2021 21:21:37 +0000 (22:21 +0100)
commit9f38001bf07252bc29671cf49b42351f34172dea
tree1f27b4f2ce307e3ea29e331573d86858df229614
parentba2aa5f49ebbe28ad2dbf0c5bea451f0ebf436c6
[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
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp