[Lldb-commits] [PATCH] D48868: [LLDB] In ProcessGDBRemote::UpdateThreadIDList(), the thread PCs should not be cleared after they are updated from the stop reply packet

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 9 14:00:06 PDT 2018


jasonmolenda added a comment.

(just to be clear, the m_thread_pcs.clear() in ProcessGDBRemote::UpdateThreadIDList that I called a bug -- today we only have two ways of populating that, jThreadsInfo or the thread-pcs: value in the stop packet.  So clearing it unconditionally here, and then populating it from thread_pcs: seems reasonable.)


https://reviews.llvm.org/D48868





More information about the lldb-commits mailing list