This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Move new skip features to proper section (post 7.11).


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d2dffb8d3be366d4d02de06e92c24c9abdb0adfc

commit d2dffb8d3be366d4d02de06e92c24c9abdb0adfc
Author: Doug Evans <dje@google.com>
Date:   Wed Feb 24 10:19:50 2016 -0800

    Move new skip features to proper section (post 7.11).

Diff:
---
 gdb/NEWS | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index fc79142..be15902 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -17,6 +17,16 @@
    Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
    0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
 
+* New commands
+
+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.
+
 *** Changes in GDB 7.11
 
 * GDB now supports debugging kernel-based threads on FreeBSD.
@@ -141,14 +151,6 @@ 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.
-
 * The "disassemble" command accepts a new modifier: /s.
   It prints mixed source+disassembly like /m with two differences:
   - disassembled instructions are now printed in program order, and


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