aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-06-14 12:30:17 -0600
committerTom Tromey <tromey@adacore.com>2019-06-14 13:03:18 -0600
commit52ce35e2894e55cea94011dda6443be51e154f37 (patch)
treea582bd0507fe90c75d404e648a0c1511ee3c7552
parent73cc72729a184f00bf6fc4d74684a8516ba6b683 (diff)
downloadgdb-52ce35e2894e55cea94011dda6443be51e154f37.zip
gdb-52ce35e2894e55cea94011dda6443be51e154f37.tar.gz
gdb-52ce35e2894e55cea94011dda6443be51e154f37.tar.bz2
Minor NEWS rearrangement
I noticed that a NEWS item about Python scripting changes appeared between an item about a convenience function and an item about a convenience variable. I think it's better for the latter to be next to each other. gdb/ChangeLog 2019-06-14 Tom Tromey <tromey@adacore.com> * NEWS: Move convenience variable news above Python news.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS8
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f17e48b..c5bd857 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-14 Tom Tromey <tromey@adacore.com>
+
+ * NEWS: Move convenience variable news above Python news.
+
2019-06-14 Tom Tromey <tom@tromey.com>
* gnulib: Move directory to top-level.
diff --git a/gdb/NEWS b/gdb/NEWS
index 76564d0..0a3b5b8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -21,6 +21,10 @@
* Two new convenience functions $_cimag and $_creal that extract the
imaginary and real parts respectively from complex numbers.
+* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal
+ provide the exitcode or exit status of the shell commands launched by
+ GDB commands such as "shell", "pipe" and "make".
+
* Python API
** The gdb.Value type has a new method 'format_string' which returns a
@@ -32,10 +36,6 @@
** gdb.Type has a new property 'objfile' which returns the objfile the
type was defined in.
-* New built-in convenience variables $_shell_exitcode and $_shell_exitsignal
- provide the exitcode or exit status of the shell commands launched by
- GDB commands such as "shell", "pipe" and "make".
-
* New commands
| [COMMAND] | SHELL_COMMAND