Re: [PATCH v2 18/24] dyndbg: allow negating flag-chars in modflags

2020-06-16 Thread Petr Mladek
On Sat 2020-06-13 09:57:32, Jim Cromie wrote: > Extend flags modifications to allow [PFMLTU] negating flags. > This allows control-queries like: > > #> Q () { echo file inode.c $* > control } # to type less > #> Q -P # same as +p > #> Q +U # same as -u > #> Q u-P# same as u+p >

[PATCH v2 18/24] dyndbg: allow negating flag-chars in modflags

2020-06-13 Thread Jim Cromie
Extend flags modifications to allow [PFMLTU] negating flags. This allows control-queries like: #> Q () { echo file inode.c $* > control } # to type less #> Q -P # same as +p #> Q +U # same as -u #> Q u-P # same as u+p This allows flags in a callsite to be simultaneously s