[Lldb-commits] [PATCH] D100196: [lldb] [gdb-remote server] Introduce new stop reasons for fork and vfork
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 21 06:05:19 PDT 2021
mgorny added a comment.
For other readers: as discussed in D100191 <https://reviews.llvm.org/D100191>, I've stripped client part of this (except for trivial enumerations). The server part will be used in tests but the stop reasons won't be reported to regular clients as they don't report `fork-events` support.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100196/new/
https://reviews.llvm.org/D100196
More information about the lldb-commits
mailing list