================
@@ -94,6 +94,7 @@ struct ForkLaunchInfo {
bool debug;
bool disable_aslr;
std::string wd;
+ std::string executable;
----------------
JDevlieghere wrote:This is consistent with the rest of the file, but any reason these are `std::string`s and not `FileSpec`s? https://github.com/llvm/llvm-project/pull/133093 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
