Searched refs:RemoveThreadByProtocolID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h95 RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update = true);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp190 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update) function in class:ThreadList
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1447 ThreadSP thread_sp (old_thread_list_copy.RemoveThreadByProtocolID(tid, false));

Completed in 172 milliseconds