Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h96 lldb::ThreadSP RemoveThreadByProtocolID(lldb::tid_t tid,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp158 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID() function in ThreadList
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1510 old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in DoUpdateThreadList()