[Lldb-commits] [PATCH] D100208: [lldb] [Process/Linux] Report fork/vfork stop reason to client [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 9 08:19:10 PDT 2021
mgorny added a comment.
This is the final piece for moving minimal fork/vfork support to gdb-remote protocol. However, for some reason (unlike the original code in D99864 <https://reviews.llvm.org/D99864>), it crashes on random assertions about `m_enabled_extensions` value — probably memory corruption somewhere. I'm debugging it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100208/new/
https://reviews.llvm.org/D100208
More information about the lldb-commits
mailing list