Bug 22824 - misleading description of new rbreak Python function in GDB 8.1 NEWS file
Summary: misleading description of new rbreak Python function in GDB 8.1 NEWS file
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: 8.1
: P2 normal
Target Milestone: 8.1.1
Assignee: Joel Brobecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-09 12:08 UTC by Joel Brobecker
Modified: 2018-03-31 12:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Brobecker 2018-02-09 12:08:31 UTC
The gdb/NEWS file documents this addition as:

  ** 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.

However, this is not a new *command*. This a new *function*.

Will fix.
Comment 1 Sourceware Commits 2018-02-09 12:10:48 UTC
The gdb-8.1-branch branch has been updated by Joel Brobecker <brobecke@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c58318003f7fd63e43b0b6aea045bc16bada8c50

commit c58318003f7fd63e43b0b6aea045bc16bada8c50
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Feb 9 16:04:38 2018 +0400

    gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1
    
    gdb/ChangeLog:
    
            PR gdb/22824:
            * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
            Python function, rather than a new command.
Comment 2 Joel Brobecker 2018-02-09 13:21:35 UTC
fixed.