From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123105 invoked by alias); 24 Feb 2016 09:54:59 -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 123093 invoked by uid 89); 24 Feb 2016 09:54:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:749, H*f:sk:089e013, H*i:sk:089e013, news X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 24 Feb 2016 09:54:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 262E8116761; Wed, 24 Feb 2016 04:54:56 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zPTf3lxMN4KV; Wed, 24 Feb 2016 04:54:56 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ECB43116537; Wed, 24 Feb 2016 04:54:55 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8A52D466A6; Wed, 24 Feb 2016 10:54:54 +0100 (CET) Date: Wed, 24 Feb 2016 09:54:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH, doc RFA] Add "skip regexp" Message-ID: <20160224095454.GA5599@adacore.com> References: <089e013a213e80c5bf052c76bd79@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <089e013a213e80c5bf052c76bd79@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-02/txt/msg00710.txt.bz2 Hi Doug, > > > --- a/gdb/NEWS > > > +++ b/gdb/NEWS > > > @@ -127,6 +127,14 @@ show max-value-size > > > allocate for value contents. Prevents incorrect programs from > > > causing GDB to allocate overly large buffers. Default is 64k. > > > > > > +skip -file file > > > +skip -gfile file-glob-pattern > > > +skip -function function > > > +skip -rfunction regular-expression > > > + A generalized form of the skip command, with new support for > > > + glob-style file names and regular expressions for function names. > > > + Additionally, a file spec and a function spec may now be combined. This entry was added in the GDB 7.11 section, but I think you meant to add it in the "since 7.11" section? -- Joel