[Lldb-commits] [lldb] [lldb] Use correct path for lldb-server executable (PR #131519)
Yuval Deutscher via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 20 07:52:02 PDT 2025
yuvald-sweet-security wrote:
I wrote something, lets see if it works
>Process(Launch)Info has a [GS]etArg0 method, but it looks like ProcessLauncherPosixFork doesn't actually make use of it
It looks like nothing makes use of it except for the qemu launcher; the posix launcher just uses the first element in `info.GetArguments()`. I set both to be safe.
https://github.com/llvm/llvm-project/pull/131519
More information about the lldb-commits
mailing list