Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadList.h96 lldb::ThreadSP RemoveThreadByProtocolID(lldb::tid_t tid,
/external/llvm-project/lldb/source/Target/
DThreadList.cpp157 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID() function in ThreadList
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1625 old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in UpdateThreadList()