[Lldb-commits] [PATCH] D128639: [lldb] [llgs] Fix premature server exit if multiprocess+nonstop
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 28 06:05:49 PDT 2022
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:3876
- // the server.
- if (m_inferior_prev_state == eStateExited) {
m_exit_now = true;
----------------
I have a feeling that, in the multi-process world, any reference to this variable is going to be a bug. It'd be best if it didn't exist.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128639/new/
https://reviews.llvm.org/D128639
More information about the lldb-commits
mailing list