From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 8DE9F3858D38 for ; Thu, 10 Nov 2022 13:52:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8DE9F3858D38 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668088373; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lDqyhdbc2JcumKBCdLzqV2Jv5DP85GaXxWsx605UlCs=; b=hxj+plTjjVGblVMntav/Sr3L513E/NYgRXXoffVyuDcmWj2GvgCuiL8F2i6387JQuo49Tz i9Q40zDkpcXyliHWuWnyrSabB3FkAL/osTJBfZQ6YkqMJfEbFpooiDK8O9mvqwd3mibDvR hyk1uKQ2kEGjuUSuu+QVu1rDPE5Feyc= Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-562-Z6iemItzMmaddgd7YMupqg-1; Thu, 10 Nov 2022 08:52:52 -0500 X-MC-Unique: Z6iemItzMmaddgd7YMupqg-1 Received: by mail-qk1-f198.google.com with SMTP id h8-20020a05620a284800b006b5c98f09fbso1938154qkp.21 for ; Thu, 10 Nov 2022 05:52:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=lDqyhdbc2JcumKBCdLzqV2Jv5DP85GaXxWsx605UlCs=; b=fUxKUGVQzdtjTHfNlY/EXJYcGvdzuo6km7TUN2oN0oLrZxZ+zmxwyVO/RjeibA9cGb egaeTqYnWrsnyiZ6MJv+YXTKMbTlUOoQMALD9muupYNxF6V0O6h9y0fLIYxor6NrxgvS MIQU8yQ3c4rUX2vg6z0TILC2XOgrJKDtSaVjt4SLg7o2OqcKT4sqBMZ99YT0bGhuhDkU rlQMDjDtBznyV171WDzakS4jKmqXFcLm4tcrAIO8bCP82qfMaQaFCRb0awddz4nHLbDW iLtbwvoYhIADdFzxtuqx3Wy7E7phEhoS5UBnElOLr6p2uJtTr2HN3kWsXXabuJ3IwFgW Q0Hg== X-Gm-Message-State: ACrzQf3OVwXlCn8d3BZ0eGj6s8QRMEerxMAZwtPs8h1l2GG/iL/Fg6/F hWrgv4zdFB0fnEoBFscDIKWBVq0JqPSqQJCvjwG76qthWkhBwyLfr6XUI+mInCFCRvy56R6IDda 9E3VGqbb897M8oFRugA7J7g== X-Received: by 2002:a05:6214:2589:b0:4bb:8ef1:2581 with SMTP id fq9-20020a056214258900b004bb8ef12581mr58426596qvb.16.1668088371466; Thu, 10 Nov 2022 05:52:51 -0800 (PST) X-Google-Smtp-Source: AMsMyM4olgQyAR/cO4KfqLvT8UOSfKWBF6ySg9H2eQLRhx6Ex2UcMkbPcUxoGh5jknUQUZAopfxZkw== X-Received: by 2002:a05:6214:2589:b0:4bb:8ef1:2581 with SMTP id fq9-20020a056214258900b004bb8ef12581mr58426590qvb.16.1668088371267; Thu, 10 Nov 2022 05:52:51 -0800 (PST) Received: from [10.202.9.92] (nat-pool-brq-u.redhat.com. [213.175.37.12]) by smtp.gmail.com with ESMTPSA id br7-20020a05620a460700b006bbc09af9f5sm13067701qkb.101.2022.11.10.05.52.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 10 Nov 2022 05:52:50 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2022 14:52:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH v2 1/2] gdb/testsuite: allowed for function_range to deal with mangled functions To: Tom Tromey , Bruno Larsen via Gdb-patches References: <20221104154744.418906-1-blarsen@redhat.com> <20221104154744.418906-2-blarsen@redhat.com> <874jv82gni.fsf@tromey.com> <367d2607-6667-cdb2-838f-6b743afbc500@redhat.com> <87eduazzyy.fsf@tromey.com> From: Bruno Larsen In-Reply-To: <87eduazzyy.fsf@tromey.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/11/2022 14:44, Tom Tromey wrote: > Bruno> Thanks for the review. Which email should I add to the Approved-by tag? > > It's not super important to me but I guess as a rule of thumb it seems > safe to use whatever address the approval is sent from. Thanks, I pushed the whole series! -- Cheers, Bruno > Tom >