ramana-nvr added a comment.

Sorry, I wasn't clear in my previous comment.

In https://reviews.llvm.org/D48868#1158236, @jasonmolenda wrote:

> I don't have strong feelings about removing the m_thread_pcs() in 
> UpdateThreadIDList(), but I think I would prefer leaving it in to changing it 
> unless we know it's causing problems.  Does this cause problems in your 
> environment?


No, it did not cause any problems in our environment.

But it is redundant as UpdateThreadPCsFromStopReplyThreadsValue(), which gets 
called immediately after clearing m_thread_pcs in UpdateThreadIDList(), will 
anyway clear the old m_thread_pcs (line 1545 without my changes) before 
populating them from the thread-pcs: received in the stop reply packet.


https://reviews.llvm.org/D48868



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to