================ @@ -285,6 +304,94 @@ static llvm::Error LaunchRunInTerminalTarget(llvm::opt::Arg &target_arg, #endif lldb_private::FileSystem::Initialize(); + +#ifdef _WIN32 ---------------- ashgti wrote:
Just curious, does https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/execvp-wexecvp?view=msvc-170 not work for this? https://github.com/llvm/llvm-project/pull/174635 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
