aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 0d27faa..3d12fbe 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -17,8 +17,11 @@
register EAX or 64-bit register RAX.
* The `commands' command now accepts a range of breakpoints to modify.
- A plain `commands' following an `rbreak' will affect all the
- breakpoints set by `rbreak'.
+ A plain `commands' following a command that creates multiple
+ breakpoints affects all the breakpoints set by that command. This
+ applies to breakpoints set by `rbreak', and also applies when a
+ single `break' command creates multiple breakpoints (e.g.,
+ breakpoints on overloaded c++ functions).
* Python scripting