Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h276 bool allow_all, lldb::pid_t default_pid);
DGDBRemoteCommunicationServerLLGS.cpp3751 StringExtractorGDBRemote &packet, bool allow_all, lldb::pid_t default_pid) { in ReadTid() argument
3763 if (!allow_all && pid == StringExtractorGDBRemote::AllProcesses) in ReadTid()
3768 if (!allow_all && tid == StringExtractorGDBRemote::AllThreads) in ReadTid()