diff options
author | Tom Tromey <tromey@adacore.com> | 2022-05-26 10:17:02 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-06-06 12:42:12 -0600 |
commit | c2ebdf6a7def7cc4fda0b965554d259177b2fe26 (patch) | |
tree | 08918372f747dd366d5aa1cfce7a08c5ba4579a5 /gdb/doc | |
parent | 38015f6710d67d700f34cfecc6d9fe5ae6241252 (diff) | |
download | gdb-c2ebdf6a7def7cc4fda0b965554d259177b2fe26.zip gdb-c2ebdf6a7def7cc4fda0b965554d259177b2fe26.tar.gz gdb-c2ebdf6a7def7cc4fda0b965554d259177b2fe26.tar.bz2 |
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
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 434add3..3a8cf3f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -31431,12 +31431,6 @@ addr="0x00010774",func="foo",file="recursive2.c", fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"], times="0"@}]@} (gdb) -@c -break-insert -r foo.* -@c ~int foo(int, int); -@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c, -@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"], -@c times="0"@} -@c (gdb) @end smallexample @subheading The @code{-dprintf-insert} Command |