Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt172 // qfProcessInfo:
180 // receive: qfProcessInfo:name_match:equals;name:6e6f70726f6365737365786973747377697468746869736e6…
205 // If no criteria is given, qfProcessInfo will request a list of every process.
221 // send packet: $qfProcessInfo#00
232 // Return the next process info found by the most recent qfProcessInfo:
237 // Continues to return the results of the qfProcessInfo. Once all matches
H A Dlldb-gdb-remote.txt1633 // "qfProcessInfo"
1637 // Get the first process info (qfProcessInfo) or subsequent process
1644 // Required. The qfProcessInfo packet can be followed by a ':' and
1675 // send packet: $qfProcessInfo#00
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py24 def qfProcessInfo(self, packet): member in TestPlatformClient.test_process_list_with_all_users.MyResponder
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py187 return self.qfProcessInfo(packet)
211 def qfProcessInfo(self, packet): member in MockGDBServerResponder