Searched refs:encoded (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dremote_gdb.cc1002 std::string encoded; local
1003 encodeXferResponse(annex, encoded, offset, length);
1004 send(encoded.c_str());
1028 const std::string &unencoded, std::string &encoded) const
1032 encoded += '}';
1033 encoded += c ^ 0x20;
1035 encoded += c;
1042 std::string &encoded, size_t offset, size_t unencoded_length) const
1045 encoded += 'm';
1047 encoded
1041 encodeXferResponse(const std::string &unencoded, std::string &encoded, size_t offset, size_t unencoded_length) const argument
[all...]
H A Dremote_gdb.hh80 * encoded as two hex digits in the g or G RSP packet.
291 std::string &encoded) const;
294 std::string &encoded, size_t offset, size_t unencoded_length) const;

Completed in 9 milliseconds