From: Joel Brobecker Date: Fri, 9 Feb 2018 12:04:38 +0000 (+0400) Subject: gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e7253479941cd6d59a0c8efbb1113d3734b7f56;p=binutils-gdb.git gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 gdb/ChangeLog: * NEWS : Clarify that "rbreak" is a new Python function, rather than a new command. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5f0f202a13..3e5b324472a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-02-09 Joel Brobecker + + * NEWS : Clarify that "rbreak" is a new + Python function, rather than a new command. + 2018-02-08 Tom Tromey * solib.c (solib_find_1): Use std::string. diff --git a/gdb/NEWS b/gdb/NEWS index 9cd38f3d915..1767cef920a 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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.