[PATCH, doc RFA] Add "skip regexp"

Doug Evans dje@google.com
Wed Feb 24 18:21:00 GMT 2016


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!



More information about the Gdb-patches mailing list