* [PATCH] Minor NEWS rearrangement
@ 2019-06-14 18:31 Tom Tromey
2019-06-14 19:01 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2019-06-14 18:31 UTC (permalink / raw)
To: gdb-patches; +Cc: Tom Tromey
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.
---
gdb/ChangeLog | 4 ++++
gdb/NEWS | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/gdb/NEWS b/gdb/NEWS
index 76564d06774..0a3b5b8b6c8 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
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] Minor NEWS rearrangement
2019-06-14 18:31 [PATCH] Minor NEWS rearrangement Tom Tromey
@ 2019-06-14 19:01 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-06-14 19:01 UTC (permalink / raw)
To: Tom Tromey; +Cc: gdb-patches
> From: Tom Tromey <tromey@adacore.com>
> Cc: Tom Tromey <tromey@adacore.com>
> Date: Fri, 14 Jun 2019 12:31:30 -0600
>
> 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.
Fine with me, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-14 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14 18:31 [PATCH] Minor NEWS rearrangement Tom Tromey
2019-06-14 19:01 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox