[Lldb-commits] [lldb] [lldb] Use correct path for lldb-server executable (PR #131519)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 17 02:27:15 PDT 2025


labath wrote:

I'm wondering if the right fix isn't to call `FileSystem::ResolveExecutableLocation` on `argv[0]`. That should should give us more-or-less the same algorithm that the shell used when starting lldb-server.

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


More information about the lldb-commits mailing list