Files
llvm/lldb/packages/Python/lldbsuite
John Harrison e29d4ebb89 [lldb-dap] Correct lldb-dap seq handling. (#164306)
We've been treating the `seq` attribute incorrectly in lldb-dap.
Previously, we always had `seq=0` for events and responses. We only
filled in the `seq` field on reverse requests.

However, looking at the spec and other DAP implementations, we are
supposed to fill in the `seq` field for each request we send to the DAP
client.

I've updated our usage to fill in `seq` in `DAP::Send` so that all
events/requests/responses have a properly filled `seq` value.
2025-10-21 15:21:27 -07:00
..