Home
last modified time | relevance | path

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

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