Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2253 bool PruneThreadPlansForTID(lldb::tid_t tid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1892 if (!process->PruneThreadPlansForTID(tid)) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1211 bool Process::PruneThreadPlansForTID(lldb::tid_t tid) { in PruneThreadPlansForTID() function in Process