-
Notifications
You must be signed in to change notification settings - Fork 3
Description
DS2 does not implement the thread-pcs stop reply extension documented here. The TestGdbRemoteThreadsInStopReply.test_stop_reply_contains_thread_pcs_llgs lldb test case fails as a result.
From the lldb packet documentation:
thread-pcs-comma-sep-base16- A list of pc values for all threads that currently exist in the process, including the thread that thisTpacket is reporting as stopped. This key-value pair will only be emitted when thethreadskey is already included in theTpacket. The pc values correspond to the threads reported in thethreadslist. The number of pcs in thethread-pcslist will be the same as the number of threads in thethreadslist. lldb may request that this be included in theTpacket via theQListThreadsInStopReplypacket earlier in the debug session.
Example:
thread-pcs:dec14,2cf872b0,2cf8681c,2d02d68c,2cf716a8;