[Lldb-commits] [lldb] update lldb-server platform help parsing (PR #162730)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 9 15:58:47 PDT 2025
JDevlieghere wrote:
> The one question I had was regarding
>
> ```
> if (!LLDBServerUtilities::SetupLogging(log_file, log_channels, 0))
> return -1;
> ```
>
> and whether I should replace the -1 with `EXIT_FAILURE`
Personally I would keep the current value, as it seems to have been done on purpose, and the risk of breaking someone's workflow outweighs the benefit of slightly improving consistency.
https://github.com/llvm/llvm-project/pull/162730
More information about the lldb-commits
mailing list