Home | History | Annotate | Download | only in source

Lines Matching defs:command

99     //          - If no response is needed for a command, then use NULL for the normal callback
156 t.push_back (Packet (query_monitor, &RNBRemote::HandlePacket_qRcmd, NULL, "qRcmd", "Monitor command"));
177 t.push_back (Packet (prefix_reg_packets_with_tid, &RNBRemote::HandlePacket_QThreadSuffixSupported , NULL, "QThreadSuffixSupported", "Check if thread specifc packets (register packets 'g', 'G', 'p', and 'P') support having the thread ID appended to the end of the command"));
340 // if (packet.command == nack)
356 // Only reset the remote command available event if we have no more packets
369 // Reset the remote command available event if we have no more packets
619 end_idx = idx + 1; // The command is one byte long...
752 // START: main receive remote command thread loop
775 // START: main receive remote command thread loop
1579 std::string command = get_identifier(line);
1580 if (command.compare("set") == 0)