aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2018-02-09 16:04:38 +0400
committerJoel Brobecker <brobecker@adacore.com>2018-02-09 16:09:49 +0400
commitc58318003f7fd63e43b0b6aea045bc16bada8c50 (patch)
treeeab8bafc0b3fe7b331cb18c4143ff1001dfb9c7e
parentea6b22752925e8fc50b351c291abe0fcc6c3a134 (diff)
downloadbinutils-c58318003f7fd63e43b0b6aea045bc16bada8c50.zip
binutils-c58318003f7fd63e43b0b6aea045bc16bada8c50.tar.gz
binutils-c58318003f7fd63e43b0b6aea045bc16bada8c50.tar.bz2
gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1
gdb/ChangeLog: PR gdb/22824: * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new Python function, rather than a new command.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/NEWS6
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a92384..9524aa2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-09 Joel Brobecker <brobecker@adacore.com>
+
+ PR gdb/22824:
+ * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
+ Python function, rather than a new command.
+
2018-01-31 Joel Brobecker <brobecker@adacore.com>
* version.in: Set GDB version number to 8.1.0.DATE-git.
diff --git a/gdb/NEWS b/gdb/NEWS
index 6c9a2ec..3815670 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -120,9 +120,9 @@
gdb.new_thread are emitted. See the manual for further
description of these.
- ** A new command, "rbreak" has been added to the Python API. This
- command allows the setting of a large number of breakpoints via a
- regex pattern in Python. See the manual for further details.
+ ** A new function, "gdb.rbreak" has been added to the Python API.
+ This function allows the setting of a large number of breakpoints
+ via a regex pattern in Python. See the manual for further details.
** Python breakpoints can now accept explicit locations. See the
manual for a further description of this feature.