[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 27 00:56:35 PDT 2025
yuvald-sweet-security wrote:
> I think this #63468 is the same sort of issue. Not sure if it's the same though.
>
> As you can tell from me saying "I will get back to this" 2 years ago, the knowledge of any of that has left my head by now, but thank you for looking into this. I know it's not easy to unpick.
The issue you linked is probably the other issue which I encountered and fixed recently (https://github.com/llvm/llvm-project/pull/131609). The issue fixed in the PR we're currently writing in is a regression introduced in LLVM 20 due to a fundamental change in how lldb-server platform mode works, and so it doesn't make sense to me that it existed 2 years ago.
https://github.com/llvm/llvm-project/pull/131519
More information about the lldb-commits
mailing list