mgorny added inline comments.
================ Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:455 + if (::strstr(response_cstr, "fork-events+")) + m_supports_fork_events = eLazyBoolYes; ---------------- Kamil noticed that this will also catch `vfork-events+`. I suppose I'll rewrite this function to iterate over split data as well. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99864/new/ https://reviews.llvm.org/D99864 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits