[Lldb-commits] [lldb] [lldb] Respect LaunchInfo::SetExecutable in ProcessLauncherPosixFork (PR #133093)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 26 10:23:59 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list