Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp39 bool all_threads = false; in DoExecute() local
46 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute()
55 if (all_threads || m_unique_stacks) { in DoExecute()