We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DAP::seq
1 parent 0fdf14a commit 39a2617Copy full SHA for 39a2617
lldb/tools/lldb-dap/DAP.h
@@ -136,7 +136,7 @@ struct DAP final : public DAPTransport::MessageHandler {
136
/// unless we send a "thread" event to indicate the thread exited.
137
llvm::DenseSet<lldb::tid_t> thread_ids;
138
139
- uint32_t seq = 0;
+ protocol::Id seq = 0;
140
std::mutex call_mutex;
141
llvm::SmallDenseMap<int64_t, std::unique_ptr<ResponseHandler>>
142
inflight_reverse_requests;
0 commit comments