kimanh added a comment.
Ping on this thread, any comment/guidance on this would help us a lot!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106270/new/
https://reviews.llvm.org/D106270
___
lldb-commits
kimanh added a comment.
> If you do not want to debug those libraries cannot you just strip debug info
> from them (`llvm-strip -g`)?
Oh, stripping debug info may work. We're on the Chrome DevTools team and we're
working on a DWARF-based debugging extension for C/C++. Ideally we'd like to
ha
omjavaid added inline comments.
Comment at:
lldb/test/API/tools/lldb-server/memory-tagging/TestGdbRemoteMemoryTagging.py:56
# Run the packet stream
context = self.expect_gdbremote_sequence()
self.assertIsNotNone(context)
DavidSpickett