Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h644 LazyBool GetThreadPacketSupported(lldb::tid_t tid, llvm::StringRef packetStr);
H A DGDBRemoteCommunicationClient.cpp519 m_supports_p = GetThreadPacketSupported(tid, "p0"); in GetpPacketSupported()
523 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported( in GetThreadPacketSupported() function in GDBRemoteCommunicationClient