Roman Podoliaka
Roman Podoliaka
> I believe the critical bit is here where LLDB gets confused when loading DWARF debugging symbols from /lib64/ld-linux-x86-64.so.2; after that it no longer recognizes the symbol from the dynamic...
Hey, @Kuinox! Which CPython version and OS/CPU platform are you using? Could you please share a script that reproduces the problem? Thank you!
Thank you! I have not tried running this code on Windows, so it's very likely that it never worked, indeed. I was just surprised to see that you had to...
@Kuinox Could you please try if the version from https://github.com/malor/cpython-lldb/pull/79 fixes your issue?
Hmm, interesting... All the tests pass on Linux with different CPython versions. I'll see if I can get it running on Windows.