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/
DProcess.h2252 bool PruneThreadPlansForTID(lldb::tid_t tid);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp1984 if (!process->PruneThreadPlansForTID(tid)) { in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp1231 bool Process::PruneThreadPlansForTID(lldb::tid_t tid) { in PruneThreadPlansForTID() function in Process