Bug 14270 - break-insert -r unimplemented
Summary: break-insert -r unimplemented
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: mi (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 13.1
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 17:37 UTC by Keith Seitz
Modified: 2022-06-06 18:50 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 Keith Seitz 2012-06-20 17:37:53 UTC
mi-break.exp contains a bunch of tests for an unimplemented "-r" option to -break-insert (see test_rbreak_creation_and_listing].

The only other place it is mentioned in the source tree is the User Manual's MI section, where it appears in the example for -break-insert. The flag is not documented anywhere else in the manual.
Comment 1 Tom Tromey 2022-05-26 16:20:12 UTC
Sent a patch.
Comment 2 Sourceware Commits 2022-06-06 18:48:04 UTC
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit c2ebdf6a7def7cc4fda0b965554d259177b2fe26
Author: Tom Tromey <tromey@adacore.com>
Date:   Thu May 26 10:17:02 2022 -0600

    Remove "-break-insert -r" tests
    
    PR mi/14270 points out that mi-break.exp has some tests for an
    unimplemented "-r" switch for "-break-insert".  This switch was never
    implemented, and is not documented -- though it is mentioned in a
    comment in the documentation.  This patch removes the test and the doc
    comment.
    
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14270
Comment 3 Tom Tromey 2022-06-06 18:50:21 UTC
Fixed.