gdb: Merge two 'New commands' sections in NEWS file
authorAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 8 May 2019 19:59:50 +0000 (20:59 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 8 May 2019 19:59:50 +0000 (20:59 +0100)
Commit 2e62ab400ff9 added a second 'New commands' section to the NEWS
file, this commit merges the two together.

gdb/ChangeLog:

* NEWS: Merge two 'New commands' sections.

gdb/ChangeLog
gdb/NEWS

index 81f72a91e28366bfccb65d88c4eb13f7e1be93a5..24cf12cbdeaa7a7c909bdd8193727660ab1d9eab 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * NEWS: Merge two 'New commands' sections.
+
 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
 
        * ada-valprint.c (ada_val_print_gnat_array): Remove language
index b21b2cbb4787103d91c0fb9e7e8e47fd9c9ec9d7..288615b8cd3df7efc18eb2f35f410768deb0336a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 * Two new convernience functions $_cimag and $_creal that extract the
   imaginary and real parts respectively from complex numbers.
 
-* New commands
-
-set print max-depth
-show print max-depth
-  Allows deeply nested structures to be simplified when printing by
-  replacing deeply nested parts (beyond the max-depth) with ellipses.
-  The default max-depth is 20, but this can be set to unlimited to get
-  the old behavior back.
-
 * Python API
 
   ** The gdb.Value type has a new method 'format_string' which returns a
@@ -48,6 +39,13 @@ show may-call-functions
   an error when a command (such as print expression) calls a function
   in the program.
 
+set print max-depth
+show print max-depth
+  Allows deeply nested structures to be simplified when printing by
+  replacing deeply nested parts (beyond the max-depth) with ellipses.
+  The default max-depth is 20, but this can be set to unlimited to get
+  the old behavior back.
+
 *** Changes in GDB 8.3
 
 * GDB and GDBserver now support access to additional registers on
This page took 0.036369 seconds and 4 git commands to generate.