[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:31:16 PDT 2025


================
@@ -94,6 +94,7 @@ struct ForkLaunchInfo {
   bool debug;
   bool disable_aslr;
   std::string wd;
+  std::string executable;
----------------
JDevlieghere wrote:

Makes sense, thanks for explaining! 

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


More information about the lldb-commits mailing list