From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) by sourceware.org (Postfix) with ESMTPS id 2F5243858409 for ; Wed, 20 Oct 2021 17:59:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2F5243858409 Received: by mail-io1-xd34.google.com with SMTP id x1so25701841iof.7 for ; Wed, 20 Oct 2021 10:59:30 -0700 (PDT) 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=6QQaIEKa6wYTKc5x+kUBQc5hQClWUj+Ye2MaXRTR8c0=; b=NUlwFus+fuSplBcgxjKez438se1UIZ2VdP4WpKJz09Nhxc4Bwn2oECZoy6l4iRwhmx JeEJToM7CzzKDMADSnqHO+rVfEEYTronghuYH7iaiwS61vWyY6AFqN0DGV04ounUjGXI Z1rY0GtAHybcD8zpXFQaJg9YtaKO8E+RzXFRsUaGxFonix+noFGfdnuUG3UlKcjM5zP4 PkgAO4hJdJj6PpoCHA9JFY1PnXUto1OD7VtxhMOK4KLlZXHIF3gua6i1QOQeeXWPWFY/ ddgb1Fm3vx9BmAa01GdAMDy2ODFH/DtVxXBuoKRDWqt1J6GcQEyoZxjPCTOfZvFlWCIT oafQ== X-Gm-Message-State: AOAM530bSllto8XEHKr1I+Pk2t204sToxFSjaHkH0qVJcgLB44rGbDVz /1lkGamaObVnCofGowoWgoSG6Q== X-Google-Smtp-Source: ABdhPJyxi6T09kha+XDHH/Y3C3LEiF8fgH8sqhdeMwkWhriHVSBerHx1xaVvhzkdmmqyGIgcpEzq5Q== X-Received: by 2002:a05:6638:31a:: with SMTP id w26mr532494jap.129.1634752769526; Wed, 20 Oct 2021 10:59:29 -0700 (PDT) Received: from murgatroyd (174-16-0-219.hlrn.qwest.net. [174.16.0.219]) by smtp.gmail.com with ESMTPSA id w23sm1344021iow.10.2021.10.20.10.59.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 10:59:28 -0700 (PDT) From: Tom Tromey To: Christian Biesinger Cc: Tom Tromey , gdb-patches Subject: Re: [PATCH] Document resolve_dynamic_type oddity References: <20211019204653.3888644-1-tromey@adacore.com> X-Attribution: Tom Date: Wed, 20 Oct 2021 11:59:28 -0600 In-Reply-To: (Christian Biesinger's message of "Tue, 19 Oct 2021 17:11:54 -0400") Message-ID: <87ilxrvapr.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=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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: Wed, 20 Oct 2021 17:59:31 -0000 >>>>> "Christian" == Christian Biesinger writes: >> + type for the return value of this function. */ Christian> type -> true? Yeah, thanks for catching that. I've updated my copy. Tom