This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, doc RFA] Add "skip regexp"


On Wed, Feb 24, 2016 at 1:54 AM, Joel Brobecker <brobecker@adacore.com> wrote:
> 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?

Whoops, fixed.
Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]