Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h302 std::optional<PidTid> SendSetCurrentThreadPacket(uint64_t tid, uint64_t pid,
H A DGDBRemoteCommunicationClient.cpp2691 std::optional<PidTid> GDBRemoteCommunicationClient::SendSetCurrentThreadPacket( in SendSetCurrentThreadPacket() function in GDBRemoteCommunicationClient
2730 std::optional<PidTid> ret = SendSetCurrentThreadPacket(tid, pid, 'g'); in SetCurrentThread()
2745 std::optional<PidTid> ret = SendSetCurrentThreadPacket(tid, pid, 'c'); in SetCurrentThreadForRun()