I'm looking for support running lldb over ssh. I can forward the
originating connection, but the run command is attempting to use
random ports on localhost to attain another connection. This fails as
the localhost's are not the same.
Is there a platform, preferably real time, for lldb support?
To expand a bit on what Pavel has written, the lldb module should be in
\lib\site-packages\lldb . In that directory is a file, _lldb.pyd, that
should be a copy of \bin\liblldb.dll .
Do both files exist? Is _lldb.pyd a copy of liblldb.dll?
See function create_relative_symlink in llvm-project/lldb
https://bugs.llvm.org/show_bug.cgi?id=20476
ema...@freebsd.org changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=19011
ema...@freebsd.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=17231
ema...@freebsd.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=17214
ema...@freebsd.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On 04/11/2020 01:53, Adrian McCarthy via lldb-dev wrote:
For the past couple weeks, I've been trying to figure out why
approximately 900+ LLDB tests have been failing for me on my local
Windows builds. Bisect turned up nothing--the "good" version that was
working for me no longer works. Since