gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1

gdb/ChangeLog:

        * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
        Python function, rather than a new command.
This commit is contained in:
Joel Brobecker 2018-02-09 16:04:38 +04:00
parent 15b23f3612
commit 4e72534799
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2018-02-09 Joel Brobecker <brobecker@adacore.com>
* NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
Python function, rather than a new command.
2018-02-08 Tom Tromey <tom@tromey.com>
* solib.c (solib_find_1): Use std::string.

View File

@ -125,9 +125,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.