diff options
author | Pedro Alves <palves@redhat.com> | 2016-01-13 10:56:05 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-01-13 10:56:05 +0000 |
commit | e3940304fe75c91f99e260a89fe8c45ece7e373f (patch) | |
tree | 676ba36c91a97c1c80964bc8ef566d1cc424b4bb /gdb/NEWS | |
parent | a911d87ad714cbfbbc5c5752cb8b445a7e70196c (diff) | |
download | gdb-e3940304fe75c91f99e260a89fe8c45ece7e373f.zip gdb-e3940304fe75c91f99e260a89fe8c45ece7e373f.tar.gz gdb-e3940304fe75c91f99e260a89fe8c45ece7e373f.tar.bz2 |
Add a new $_inferior convenience variable
Like $_thread, but holds the current inferior number.
gdb/ChangeLog:
2016-01-13 Pedro Alves <palves@redhat.com>
* NEWS: Mention $_inferior.
* inferior.c (inferior_id_make_value): New.
(inferior_funcs): New.
(_initialize_inferior): Create $_inferior variable.
gdb/testsuite/ChangeLog:
2016-01-13 Pedro Alves <palves@redhat.com>
* gdb.base/default.exp: Expect $_inferior as well.
* gdb.multi/base.exp: Test $_inferior.
gdb/doc/ChangeLog:
2016-01-13 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Inferiors and Programs): Document the $_inferior
convenience variable.
(Convenience Vars): Likewise.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 7.10 +* The new convenience variable $_inferior holds the number of the + current inferior. + * Record btrace now supports non-stop mode. * Support for tracepoints on aarch64-linux was added in GDBserver. |