Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py35 def qsProcessInfo(self): member in TestPlatformClient.test_process_list_with_all_users.MyResponder
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt216 // the search, qsProcessInfo should be sent.
223 // send packet: $qsProcessInfo#00
225 // send packet: $qsProcessInfo#00
229 // qsProcessInfo
H A Dlldb-gdb-remote.txt1634 // "qsProcessInfo"
1638 // info (qsProcessInfo) for one or more processes on the remote
1640 // to qsProcessInfo gets the subsequent matches. Return an error EXX,
1677 // send packet: $qsProcessInfo#00
1679 // send packet: $qsProcessInfo#00
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py185 return self.qsProcessInfo()
208 def qsProcessInfo(self): member in MockGDBServerResponder