[Lldb-commits] [lldb] [LLDB] Add a progress event to xcrun invocations (PR #198953)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu May 21 01:25:15 PDT 2026


felipepiovezan wrote:

The three files in `Plugins/Platform/MacOSX`  are all implementing the same find-sdk-or-report-error multiple times, with different error handling in each of them.  I'm sure there is a common header in that directory (or it can be created) where a helper function could be declared, and defined in any of the `cpp` files of that directory.  

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


More information about the lldb-commits mailing list