From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id 30A86388E823 for ; Thu, 18 Feb 2021 16:25:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 30A86388E823 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-wr1-x42d.google.com with SMTP id v1so3632277wrd.6 for ; Thu, 18 Feb 2021 08:25:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=/umHSVqxFAGY5WJiPiNFziW+hhwR5aDYNg5BvRDbCt4=; b=evSaLPugWuPcJh0Uop15SJPirulzVqOnVmgn1Uht5SXw/mByAF6cC97FeeY3Ie6s4n PJeF5nBnjI9JIHdRfX3D+eW5kQvC2iIt5eQe70/Y9/U7iINwr4QsLEeDN44dK01yEpEV uV9CvrxHoEl/mmVKEMSIcTBrg+ytX3RTCBZlLhKbmBcIeM+sPkOM0bqU8IE7nC6yxEz/ d6OdeTj8aetRmS380OlTXUYkseMFQeGTPu3Lft/51uT8+lw4PKekEJfqGweNzV7JBi+v kCnvFTR1UbGeicwctTUZ6SE8eTllqHCAK+TOt0OLzPO0JM9/aROFJ+ba22qC3IG0tXNK Z5YQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=/umHSVqxFAGY5WJiPiNFziW+hhwR5aDYNg5BvRDbCt4=; b=ukTW9aZFSuLFPAkfbm1QJUb9OzcUExpZB8GhuVo6fv1yHvdehnh2MFG4Ohf0AyZcqA /duFB5L2B4Q6sviYepgnwYgluo0eXTLOOis8nW7zar46m/ttkAbreETiYqCudaPu2uVY Wh6LACshNz3imNSVIIBPfXHut2jbxxNvA/NeUMp6WyWLzCMQeGKYne3CHSV6/iwwzTey OFkqwJ/MxvNshG0LJTKnnjzkVYc8sv6jOZWaCiu5iliFwMeNr1OAgEZuM3Ia1So5Z+r5 NC8ApHdQMAeo0VCL31x2VwCAI8n3rAFBMzfQbW+N8JZ6/+KqdHpmddd0loOmmQztuyU/ nVgA== X-Gm-Message-State: AOAM5319NHKjX283UdnqkALcFBsmlIxUibTwjXitkma+BEJkoBIqoSrk oF7ecjX+TDlUqxTO8idfP2ObCA== X-Google-Smtp-Source: ABdhPJz6Xfh4jLEyUTSd/KjbD+Dvvor3Ymftmfr6DU86UgGELPo2S9RSyb+Gu23MunqYxLOoVYEf7w== X-Received: by 2002:a05:6000:100f:: with SMTP id a15mr5054355wrx.212.1613665536915; Thu, 18 Feb 2021 08:25:36 -0800 (PST) Received: from localhost (host86-186-80-154.range86-186.btcentralplus.com. [86.186.80.154]) by smtp.gmail.com with ESMTPSA id u14sm9499610wro.10.2021.02.18.08.25.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Feb 2021 08:25:36 -0800 (PST) Date: Thu, 18 Feb 2021 16:25:35 +0000 From: Andrew Burgess To: Christian Biesinger Cc: gdb-patches Subject: Re: [PATCH 1/4] gdb: add a new 'maint info target-sections' command Message-ID: <20210218162535.GA265215@embecosm.com> References: <6996c2abba4dc8c223de1e12ec59ca280132a4c4.1613497642.git.andrew.burgess@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux/5.8.13-100.fc31.x86_64 (x86_64) X-Uptime: 16:25:11 up 71 days, 21:09, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Spam-Status: No, score=-12.0 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 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 18 Feb 2021 16:25:39 -0000 * Christian Biesinger [2021-02-17 17:19:48 +0100]: > On Tue, Feb 16, 2021 at 6:50 PM Andrew Burgess > wrote: > > diff --git a/gdb/testsuite/gdb.base/maint-info-sections.exp b/gdb/testsuite/gdb.base/maint-info-sections.exp > > index 07c53b16177..b86812e4f12 100644 > > --- a/gdb/testsuite/gdb.base/maint-info-sections.exp > > +++ b/gdb/testsuite/gdb.base/maint-info-sections.exp > ... > > @@ -161,6 +223,10 @@ gdb_test_multiple "maint info sections -all-objects" "" { > > } > > } > > > > +# NOTE: We would like to check 'maint info target-sections' again > > +# here, but GDB currently doesn't display the target sections table in > > +# this case. This is a bug and fill be fixed shortly!! > > fill -> will? Indeed. I'll fix this before I push. thanks, Andrew