[Lldb-commits] [lldb] r373776 - [Host] Don't discard return value from RunShellCommand
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 4 12:39:21 PDT 2019
On 04/10/2019 21:37, Jonas Devlieghere via lldb-commits wrote:
> + error.SetErrorString(e.AsCString());
> + return error;
> + }
return e;
More information about the lldb-commits
mailing list