[lldb-dev] Remote connection expansion?

2020-11-04 Thread Mike Mestnik via lldb-dev
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?

Re: [lldb-dev] Need help with failing LLDB tests on Windows

2020-11-04 Thread Ted Woodward via lldb-dev
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

[lldb-dev] [Bug 20476] Breakpoint on malloc() fails on FreeBSD stable/10

2020-11-04 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=20476 ema...@freebsd.org changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[lldb-dev] [Bug 19011] test_with_dwarf (TestFormatters.ExprFormattersTestCase) fails on FreeBSD w/ system clang 3.4 -- constructor missing

2020-11-04 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=19011 ema...@freebsd.org changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[lldb-dev] [Bug 17231] test causes assertion failure on FreeBSD in ASTContext::getASTRecordLayout w/ DWARF from clang 3.3

2020-11-04 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=17231 ema...@freebsd.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 17214] inline stepping test fails on FreeBSD (intermittent failure)

2020-11-04 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=17214 ema...@freebsd.org changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [lldb-dev] Need help with failing LLDB tests on Windows

2020-11-04 Thread Pavel Labath via lldb-dev
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