Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h97 lldb::ThreadSP RemoveThreadByProtocolID(lldb::tid_t tid,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp157 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID() function in ThreadList
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1518 old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in DoUpdateThreadList()