Home
last modified time | relevance | path

Searched refs:thread_ids (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h155 llvm::DenseSet<lldb::tid_t> thread_ids; member
H A Dlldb-vscode.cpp223 old_thread_ids.swap(g_vsc.thread_ids); in SendThreadStoppedEvent()
265 g_vsc.thread_ids.insert(thread.GetThreadID()); in SendThreadStoppedEvent()
273 auto end = g_vsc.thread_ids.end(); in SendThreadStoppedEvent()
274 auto pos = g_vsc.thread_ids.find(tid); in SendThreadStoppedEvent()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py768 thread_ids = []
771 thread_ids.extend(new_thread_infos)
772 return thread_ids
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h346 size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids,
H A DGDBRemoteCommunicationClient.cpp2903 std::vector<lldb::tid_t> &thread_ids, bool &sequence_mutex_unavailable) { in GetCurrentThreadIDs() argument
2905 thread_ids.clear(); in GetCurrentThreadIDs()
2917 thread_ids.push_back(id.second); in GetCurrentThreadIDs()
2920 return thread_ids.size(); in GetCurrentThreadIDs()
H A DProcessGDBRemote.cpp1400 StringExtractorGDBRemote thread_ids{value}; in UpdateThreadIDsFromStopReplyThreadsValue() local
1403 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue()
1410 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()