Lines Matching defs:reply

483                      "reply packets with a list of all thread IDs."));
785 std::string reply;
787 err = GetPacket(reply, packet, true);
791 "%8d RNBRemote::%s (%s) got error trying to get reply...",
797 DNBLogThreadedIf(LOG_RNB_MAX, "%8d RNBRemote::%s (%s) got reply: '%s'",
799 __FUNCTION__, sendpacket.c_str(), reply.c_str());
981 // get a packet that we don't know about or support. We just reply
2431 // pair in the stop reply packets where we will list all of the thread IDs
2436 // This will get included in the stop reply packet as something like:
2571 // If a fail_value is provided, a correct-length reply is always provided,
2595 // Pad out the reply to the correct size to maintain correct offsets,
2785 // stop reply packet, so it must be enabled only on systems where there
2965 The stop reply packet - tell gdb what the status of the inferior is.
3155 // "The reply may contain fewer bytes than requested if the server was able
3579 std::stringstream reply;
3580 reply << "qXfer:features:read+;PacketSize=" << std::hex << max_packet_size
3582 reply << "qEcho+;native-signals+;";
3596 reply << "SupportedCompressions=lzfse,zlib-deflate,lz4,lzma;";
3600 reply << "SupportedWatchpointTypes=aarch64-mask,aarch64-bas;";
3603 reply << "SupportedWatchpointTypes=x86_64;";
3606 return SendPacket(reply.str().c_str());
3938 // Send a stop reply packet to indicate we successfully attached!
4642 // reply packet as the process was probably already stopped
4644 "reply because DNBProcessInterrupt returned false");
6198 std::ostringstream reply;
6199 reply << "qSymbol:";
6201 reply << RAWHEX8(symbol_name[i]);
6202 return SendPacket(reply.str());