Public bug reported:
I've noticed that some of my debugging scripts that use lldb to launch
and debug processes don't work and hang indefinitely on Ubuntu Focal
with latest llvm toolchain installed.
The culprit is the fact that lldb API tries to launch a binary named
"lldb-server-10.0.0" which do
Public bug reported:
By default, all symbols are missing from libasan binary that is
installed with this package. This, among other things, effectively
breaks debugging with gdb (and LLDB , but that doesn't matter).
To be able to catch ASAN errors in GDB , one would break on
"__sanitizer::Die" an