cs01 wrote:

Updated per your feedback @JDevlieghere 

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`

https://github.com/llvm/llvm-project/pull/162730
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to