Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2230 bool PruneThreadPlansForTID(lldb::tid_t tid);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1984 if (!process->PruneThreadPlansForTID(tid)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1230 bool Process::PruneThreadPlansForTID(lldb::tid_t tid) { in PruneThreadPlansForTID() function in Process