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.
1 parent f7e658f commit aacdd80Copy full SHA for aacdd80
lldb/tools/lldb-dap/DAP.h
@@ -192,7 +192,6 @@ struct DAP {
192
// Keep track of the last stop thread index IDs as threads won't go away
193
// unless we send a "thread" event to indicate the thread exited.
194
llvm::DenseSet<lldb::tid_t> thread_ids;
195
- std::map<lldb::tid_t, uint32_t> thread_stack_size_cache;
196
uint32_t reverse_request_seq;
197
std::mutex call_mutex;
198
std::map<int /* request_seq */, ResponseCallback /* reply handler */>
0 commit comments