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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 16 03:15:10 PDT 2018


labath added a comment.

Could you also add a test case for this?
I think it should be possible to test this via the gdb-client (`test/testcases/functionalities/gdb_remote_client/`) test suite. If I understood the previous comments correctly, you'll need to mock a server that sends a `thread-pcs` field, but does not implement a `jThreadsInfo` packet.


Repository:
  rL LLVM

https://reviews.llvm.org/D48868





More information about the lldb-commits mailing list