From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by sourceware.org (Postfix) with ESMTPS id 038C93858D20 for ; Tue, 1 Mar 2022 15:33:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 038C93858D20 Received: by mail-il1-x135.google.com with SMTP id f2so12825472ilq.1 for ; Tue, 01 Mar 2022 07:33:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=v9xW47acub0l/nWQhU7MSEn0QuCl386g+yk796qqYtE=; b=D0hC74AmGTp0x0AAKWRquHarMcR5VFQnaWmC2LN+E+K+rr6LJITemyald3yk9pfMJD 97KVe2PnnV9cqkbk9phEK2ft21tPaJ+q7UQNaFc5uMK1YnFg+wCevz8pFrLxg0JdPCsv KPVqZB1mBRPLg4Y1XLhOD+263YOfMFat78A/FxudzpM3aV5yrkz69tODPUsiO+kHMun8 kGM/8wnng87s0qA9iCjUAPcSFIW30hi3USiUY1I6twQagw3qcTBDeN3LaYgcSC0nb6jp OXUXUptMaIgJQeWdU2H1kE0boA4Fvsj8tOHj1peMtMe9CykHernr24MtQ6BPsqiQ4Qxh lo8A== X-Gm-Message-State: AOAM531tIRaDFsCsrkMb6S/fOUH86bL9wr+mhx07XdGWBSwxuTSanq2D 8qcthwg4kbA1ieSwBRZBr9cBlKLnTlDQyA== X-Google-Smtp-Source: ABdhPJx5ZSS2xlPSRI2E7jFsrbulQ+smSQN6neQNt9VFleuBCF/0IwgppOju0hII3UwDTzypGERp3g== X-Received: by 2002:a05:6e02:1525:b0:2be:68ac:6c3b with SMTP id i5-20020a056e02152500b002be68ac6c3bmr23986675ilu.188.1646148784422; Tue, 01 Mar 2022 07:33:04 -0800 (PST) Received: from murgatroyd (75-166-141-253.hlrn.qwest.net. [75.166.141.253]) by smtp.gmail.com with ESMTPSA id v2-20020a92c802000000b002c1ed616004sm8289114iln.82.2022.03.01.07.33.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Mar 2022 07:33:04 -0800 (PST) From: Tom Tromey To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 5/5] Handle non-ASCII identifiers in Ada References: <20220228183304.1162089-1-tromey@adacore.com> <20220228183304.1162089-6-tromey@adacore.com> X-Attribution: Tom Date: Tue, 01 Mar 2022 08:33:03 -0700 In-Reply-To: <20220228183304.1162089-6-tromey@adacore.com> (Tom Tromey's message of "Mon, 28 Feb 2022 11:33:04 -0700") Message-ID: <871qzllmc0.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2022 15:33:06 -0000 >>>>> "Tom" == Tom Tromey writes: I meant to mention... Tom> diff --git a/gdb/ada-unicode.py b/gdb/ada-unicode.py Tom> new file mode 100755 Tom> index 00000000000..31fa2f11520 Tom> --- /dev/null Tom> +++ b/gdb/ada-unicode.py Tom> @@ -0,0 +1,114 @@ [...] Tom> +copyright = """/* *INDENT-OFF* */ /* THIS FILE IS GENERATED -*- buffer-read-only: t -*- */ Tom> +/* vi:set ro: */ [...] I plan to rebase this onto: https://sourceware.org/pipermail/gdb-patches/2022-February/185866.html when appropriate. Tom