Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2296 bool has_name_match = false; in FindProcesses() local
2298 has_name_match = true; in FindProcesses()
2302 has_name_match = false; in FindProcesses()
2325 if (has_name_match) { in FindProcesses()