Searched refs:hex_arg (Results 1 – 3 of 3) sorted by relevance
228 hex_arg = gdbremote_hex_encode_string(arg)231 payload += "{},{},{}".format(len(hex_arg), arg_index, hex_arg)
2042 llvm::StringRef encoded_args(value), hex_arg; in DecodeProcessInfoResponse() local2046 std::tie(hex_arg, encoded_args) = encoded_args.split('-'); in DecodeProcessInfoResponse()2048 StringExtractor extractor(hex_arg); in DecodeProcessInfoResponse()2049 if (extractor.GetHexByteString(arg) * 2 != hex_arg.size()) { in DecodeProcessInfoResponse()
3504 for (llvm::StringRef hex_arg : argv) { in Handle_vRun() local3505 StringExtractor arg_ext{hex_arg}; in Handle_vRun()