[Lldb-commits] [lldb] [lldb][debugserver] Check if Rosetta debugserver exists (PR #110943)

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 18:03:09 PDT 2024


https://github.com/jimingham approved this pull request.

This looks good to me.  In fact, it looks WAY better than the error handling just above it where instead of logging something that we could find later in the system logs, we fprintf to stderr - which in most cases won't get seen, and exit (but w/o an error?).

OTOH, that wasn't part of your patch, so...

https://github.com/llvm/llvm-project/pull/110943


More information about the lldb-commits mailing list