================ @@ -199,6 +199,99 @@ PlatformDarwin::PutFile(const lldb_private::FileSpec &source, return PlatformPOSIX::PutFile(source, destination, uid, gid); } +static FileSpecList LoadExecutableScriptingResourceFromDSYM( + Stream &feedback_stream, FileSpec module_spec, const Target &target, ---------------- felipepiovezan wrote:
> In the process we eliminate some redundant copying of `FileSpec` and pass it to the helper by `const-ref` What about `module_spec`? https://github.com/llvm/llvm-project/pull/182002 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
