Skip to content

Commit 39a2617

Browse files
committed
Fixing the DAP::seq type to match the protocol definition.
1 parent 0fdf14a commit 39a2617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/DAP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct DAP final : public DAPTransport::MessageHandler {
136136
/// unless we send a "thread" event to indicate the thread exited.
137137
llvm::DenseSet<lldb::tid_t> thread_ids;
138138

139-
uint32_t seq = 0;
139+
protocol::Id seq = 0;
140140
std::mutex call_mutex;
141141
llvm::SmallDenseMap<int64_t, std::unique_ptr<ResponseHandler>>
142142
inflight_reverse_requests;

0 commit comments

Comments
 (0)