[Lldb-commits] [PATCH] D99864: [lldb] Fork/vfork support via gdb-remote protocol [WIP]

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 9 07:05:48 PDT 2021


mgorny added a comment.

I've decided to take another approach for tracking forked processes. Rather than keeping them inside `NativeProcess*` and exposing via API to LLGS, I've decided to push them via `NativeDelegate` straight into LLGS and maintain there. This is now D100191 <https://reviews.llvm.org/D100191>.

I've also split the fundamental support for new stop reasons into D100196 <https://reviews.llvm.org/D100196>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99864/new/

https://reviews.llvm.org/D99864



More information about the lldb-commits mailing list