From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53588 invoked by alias); 29 May 2019 15:38:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 53494 invoked by uid 89); 29 May 2019 15:38:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:803, HX-Spam-Relays-External:209.85.221.66, H*RU:209.85.221.66 X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 15:38:18 +0000 Received: by mail-wr1-f66.google.com with SMTP id h1so2135286wro.4 for ; Wed, 29 May 2019 08:38:17 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4eeb:42ff:feef:f164? ([2001:8a0:f913:f700:4eeb:42ff:feef:f164]) by smtp.gmail.com with ESMTPSA id s15sm11965510wrn.68.2019.05.29.08.38.15 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Wed, 29 May 2019 08:38:15 -0700 (PDT) Subject: Re: [PATCH 22/24] Make "thread apply" use the gdb::option framework To: Philippe Waroquiers , gdb-patches@sourceware.org References: <20190522205327.2568-1-palves@redhat.com> <20190522205327.2568-23-palves@redhat.com> <1558815851.1454.26.camel@skynet.be> From: Pedro Alves Message-ID: Date: Wed, 29 May 2019 15:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1558815851.1454.26.camel@skynet.be> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00644.txt.bz2 On 5/25/19 9:24 PM, Philippe Waroquiers wrote: > Also minor typos ... > On Wed, 2019-05-22 at 21:53 +0100, Pedro Alves wrote: >> diff --git a/gdb/testsuite/gdb.base/options.exp b/gdb/testsuite/gdb.base/options.exp >> index df5d86c0ece..a4954b5041c 100644 >> --- a/gdb/testsuite/gdb.base/options.exp >> +++ b/gdb/testsuite/gdb.base/options.exp > ... >> + foreach cmd { >> + "thread apply all" >> + "thread apply 1" >> + "taas" >> + } { >> + test_gdb_completion_offers_commands "$cmd " >> + >> + # taas is silent on comand error by design. This procedure > comand -> command >> + # hides the difference. EXPECTED_RE is only considered when >> + # not testing with "tfaas". > tfaas -> taas ? > Thanks, both fixed. Thanks, Pedro Alves