From c2ebdf6a7def7cc4fda0b965554d259177b2fe26 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 26 May 2022 10:17:02 -0600 Subject: 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 --- gdb/doc/gdb.texinfo | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/doc') 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 -- cgit v1.1