Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2252 bool PruneThreadPlansForTID(lldb::tid_t tid);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1984 if (!process->PruneThreadPlansForTID(tid)) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1231 bool Process::PruneThreadPlansForTID(lldb::tid_t tid) { in PruneThreadPlansForTID() function in Process