Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:thread_ids

2287 GDBRemoteCommunicationClient::GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids, 
2291 thread_ids.clear();
2313 thread_ids.push_back (tid);
2331 return thread_ids.size();