Home
last modified time | relevance | path

Searched refs:tid_collection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h269 typedef std::vector<lldb::tid_t> tid_collection; typedef
273 tid_collection m_thread_ids; // Thread IDs for all threads. This list gets
282 tid_collection m_continue_c_tids; // 'c' for continue
284 tid_collection m_continue_s_tids; // 's' for step
H A DProcessGDBRemote.cpp1246 for (tid_collection::const_iterator in DoResume()
1269 for (tid_collection::const_iterator in DoResume()