aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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:04:38 +0400
commit4e7253479941cd6d59a0c8efbb1113d3734b7f56 (patch)
tree252e136116d6c420c91f3d079e01fb503264ddd1 /gdb/NEWS
parent15b23f3612ffa19bd7fb20ce07485cdb3c06162f (diff)
downloadgdb-4e7253479941cd6d59a0c8efbb1113d3734b7f56.zip
gdb-4e7253479941cd6d59a0c8efbb1113d3734b7f56.tar.gz
gdb-4e7253479941cd6d59a0c8efbb1113d3734b7f56.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9cd38f3..1767cef 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.