Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt1640 // "qsProcessInfo"
1644 // info (qsProcessInfo) for one or more processes on the remote
1646 // to qsProcessInfo gets the subsequent matches. Return an error EXX,
1683 // send packet: $qsProcessInfo#00
1685 // send packet: $qsProcessInfo#00
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py185 return self.qsProcessInfo()
210 def qsProcessInfo(self): member in MockGDBServerResponder