Searched refs:hex_arg (Results 1 – 2 of 2) sorted by relevance
297 hex_arg = gdbremote_hex_encode_string(arg)300 payload += "{},{},{}".format(len(hex_arg), arg_index, hex_arg)
1964 llvm::StringRef encoded_args(value), hex_arg; in DecodeProcessInfoResponse() local1968 std::tie(hex_arg, encoded_args) = encoded_args.split('-'); in DecodeProcessInfoResponse()1970 StringExtractor extractor(hex_arg); in DecodeProcessInfoResponse()1971 if (extractor.GetHexByteString(arg) * 2 != hex_arg.size()) { in DecodeProcessInfoResponse()