]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1
authorJoel Brobecker <brobecker@adacore.com>
Fri, 9 Feb 2018 12:04:38 +0000 (16:04 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 9 Feb 2018 12:09:49 +0000 (16:09 +0400)
gdb/ChangeLog:

        PR gdb/22824:
        * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
        Python function, rather than a new command.

gdb/ChangeLog
gdb/NEWS

index 4a92384ce435b6adb9ecc107207c0140baab5439..9524aa2fa00fab7d4ed020ba2e560d0ddcdb89b1 100644 (file)
@@ -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.
index 6c9a2ecefd06673cedafb142bb1d274837754233..3815670461f5ac77a5bf161d3f114887cf5593a7 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
      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.