binutils-gdb/gdb/testsuite/gdb.dwarf2
Tiezhu Yang 4a4fd10d17 gdb: Modify the output of "info breakpoints" and "delete breakpoints"
The output of "info breakpoints" includes breakpoint, watchpoint,
tracepoint, and catchpoint if they are created, so it should show
all the four types are deleted in the output of "info breakpoints"
to report empty list after "delete breakpoints".

It should also change the output of "delete breakpoints" to make it
clear that watchpoints, tracepoints, and catchpoints are also being
deleted. This is suggested by Guinevere Larsen, thank you.

$ make check-gdb TESTS="gdb.base/access-mem-running.exp"
$ gdb/gdb gdb/testsuite/outputs/gdb.base/access-mem-running/access-mem-running
[...]
(gdb) break main
Breakpoint 1 at 0x12000073c: file /home/loongson/gdb.git/gdb/testsuite/gdb.base/access-mem-running.c, line 32.
(gdb) watch global_counter
Hardware watchpoint 2: global_counter
(gdb) trace maybe_stop_here
Tracepoint 3 at 0x12000071c: file /home/loongson/gdb.git/gdb/testsuite/gdb.base/access-mem-running.c, line 27.
(gdb) catch fork
Catchpoint 4 (fork)
(gdb) info breakpoints
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x000000012000073c in main at /home/loongson/gdb.git/gdb/testsuite/gdb.base/access-mem-running.c:32
2       hw watchpoint  keep y                      global_counter
3       tracepoint     keep y   0x000000012000071c in maybe_stop_here at /home/loongson/gdb.git/gdb/testsuite/gdb.base/access-mem-running.c:27
	not installed on target
4       catchpoint     keep y                      fork

Without this patch:

(gdb) delete breakpoints
Delete all breakpoints? (y or n) y
(gdb) info breakpoints
No breakpoints or watchpoints.
(gdb) info breakpoints 3
No breakpoint or watchpoint matching '3'.

With this patch:

(gdb) delete breakpoints
Delete all breakpoints, watchpoints, tracepoints, and catchpoints? (y or n) y
(gdb) info breakpoints
No breakpoints, watchpoints, tracepoints, or catchpoints.
(gdb) info breakpoints 3
No breakpoint, watchpoint, tracepoint, or catchpoint matching '3'.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Approved-by: Kevin Buettner <kevinb@redhat.com>
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
2024-02-26 19:19:58 +08:00
..
_start.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-cold-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-linkage-name.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-linkage-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-thick-pointer.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-valprint-error.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ada-valprint-error.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
anon-ns-fn.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
anon-ns-fn.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
arr-opt-out.c Handling of arrays with optimized-out bounds 2024-02-05 07:13:37 -07:00
arr-opt-out.exp Handling of arrays with optimized-out bounds 2024-02-05 07:13:37 -07:00
arr-stride.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
arr-subrange.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
assign-variable-value-to-register.exp [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp 2024-01-12 09:29:37 +01:00
atomic-type.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
atomic-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bad-regnum.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bitfield-parent-optimized-out.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-inline-psymtab-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-inline-psymtab.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-inline-psymtab.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callframecfa.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callframecfa.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
calling-convention.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
calling-convention.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clang-cli-macro.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clang-cli-macro.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clztest.c
clztest.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clztest.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
comp-unit-lang.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
comp-unit-lang.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corrupt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
count.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cpp-linkage-name.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cpp-linkage-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cu-no-addrs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
data-loc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
data-loc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-aranges-duplicate-offset-warning.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-aranges-duplicate-offset-warning.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-bad-cu-index.exp Rewrite .debug_names reader 2024-01-18 08:20:17 -07:00
debug-names-duplicate-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-missing-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-non-ascending-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-tu-dwarf5.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-tu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names-tu.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-names.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dup-psym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dup-psym.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc-hello-dbg.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc-hello.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc-world-dbg.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc-world.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-abs-hi-pc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ada-ffffffff.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ada-ffffffff.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-align.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-anon-mptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-anon-mptr.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-anonymous-func.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-anonymous-func.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-elf-other.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-elf.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-mips-linkage-name.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-mips-linkage-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-parameter-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-parameter-type.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-unresolved.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bad-unresolved.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-basic.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-basic.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bfloat16.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-bfloat16.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-canonicalize-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-canonicalize-type.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-case-insensitive-debug.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-case-insensitive.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-case-insensitive.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-common-block.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-common-block.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-compdir-oldgcc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-compdir-oldgcc.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-compressed.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-compressed.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-const.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-const.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-cp-infcall-ref-static-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-cp-infcall-ref-static.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-cp-infcall-ref-static.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-cu-size.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-cu-size.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dir-file-name.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dir-file-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-disasm-over-non-stmt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dos-drive.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dos-drive.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-double-set-die-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-double-set-die-type.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dummy-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dummy-cu.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dup-frame.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dup-frame.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-dup-frame.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-empty-file-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-empty-namespace.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-empty-namespace.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-empty-pc-range.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-empty-pc-range.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-entry-points.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-entry-points.exp Allow other results in DW_TAG_entry_point test 2024-01-18 08:20:17 -07:00
dw2-entry-value-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-entry-value.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-entry-value.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-epilogue-begin.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-epilogue-begin.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-error.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-error.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-error.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-filename.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-filename.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-fixed-point.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-fixed-point.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-gas-workaround.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-icc-opaque.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-icc-opaque.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-icycle.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-icycle.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ifort-parameter.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ifort-parameter.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inheritance.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inheritance.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-break.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-break.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-header-1.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
dw2-inline-header-2.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
dw2-inline-header-3.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
dw2-inline-header-lbls.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-header.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-header.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-many-frames.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-many-frames.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-param-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-param.exp Rewrite .debug_names writer 2024-01-18 08:51:06 -07:00
dw2-inline-param.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-small-func-lbls.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-small-func.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-small-func.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
dw2-inline-small-func.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-stepping.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-stepping.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-with-lexical-scope.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-inline-with-lexical-scope.exp Explicitly expand CUs in dw2-inline-with-lexical-scope.exp 2024-01-18 08:20:17 -07:00
dw2-intercu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-intercu.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-intermix.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-intermix.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-is-stmt-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-is-stmt-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-is-stmt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-is-stmt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-lexical-block-bare.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-line-number-zero.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-line-number-zero.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-lines.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-lines.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-linkage-name-trust-main.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-linkage-name-trust.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-linkage-name-trust.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-main-no-line-number.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-minsym-in-cu.exp Rewrite .debug_names writer 2024-01-18 08:51:06 -07:00
dw2-minsym-in-cu.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-missing-cu-tag.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-missing-cu-tag.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-modula2-self-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-modula2-self-type.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-namespaceless-anonymous.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-namespaceless-anonymous.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-no-code-cu.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-no-code-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-noloc.c gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp 2024-01-22 11:30:07 +01:00
dw2-noloc.exp gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp 2024-01-22 11:30:07 +01:00
dw2-objfile-overlap-inner.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-objfile-overlap-outer.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-objfile-overlap.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-call.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-call.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-out-param.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-out-param.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-stack-value.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-op-stack-value.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-opt-structptr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-opt-structptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-out-of-range-end-of-seq.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-param-error-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-param-error.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-param-error.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-producer.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-producer.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-prologue-end-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-prologue-end-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-prologue-end.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-prologue-end.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-3.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-base.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-base.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-func-hi-cold.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-func-lo-cold.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-func.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-overlap.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-overlap.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-psym-warning-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-psym-warning.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-psym-warning.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-psym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges-psym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ranges.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ref-missing-frame-func.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ref-missing-frame-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ref-missing-frame.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-ref-missing-frame.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-reg-undefined.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-reg-undefined.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-reg-undefined.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-regno-invalid.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-restore.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-restore.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-restrict.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-restrict.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-restrict.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-simple-locdesc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-simple-locdesc.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-single-line-discriminators.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-single-line-discriminators.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-single-line-discriminators.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-skip-prologue.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-skip-prologue.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-skip-prologue.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-stack-boundary.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-stack-boundary.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-step-out-of-function-no-stmt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-step-out-of-function-no-stmt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-strp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-strp.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-symtab-includes-lookup.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-symtab-includes.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-undefined-ret-addr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-undefined-ret-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-undefined-ret-addr.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unresolved-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unresolved.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unresolved.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unspecified-type-foo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unspecified-type.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unspecified-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unusual-field-names.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-unusual-field-names.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-using-debug-str.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-using-debug-str.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-var-zero-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-var-zero-addr.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-vendor-extended-opcode.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-vendor-extended-opcode.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-weird-type-len.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-weird-type-len.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-zero-range-shlib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-zero-range.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw2-zero-range.exp gdb/testsuite: avoid duplicate test names in gdb.dwarf2/dw2-zero-range.exp (and more) 2024-01-22 14:54:38 -05:00
dw4-sig-type-unused.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw4-sig-type-unused.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw4-sig-types-b.cc
dw4-sig-types.cc
dw4-sig-types.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw4-sig-types.h
dw4-toplevel-types.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw4-toplevel-types.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw5-rnglist-test.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dw5-rnglist-test.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
DW_OP_piece_with_DW_OP_GNU_uninit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwp-sepdebug.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwp-sepdebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwp-symlink.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwp-symlink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwz.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwzbuildid.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dwznolink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dyn-type-unallocated.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dyn-type-unallocated.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dynarr-ptr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dynarr-ptr.exp gdb, types: Resolve pointer types dynamically 2024-02-02 08:57:16 +01:00
enqueued-cu-base-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
entry-value-typedef-aarch64.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
entry-value-typedef-amd64.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
entry-value-typedef.cpp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
entry-value-typedef.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
enum-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
file1.txt
fission-absolute-dwo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-absolute-dwo.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-base.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-base.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-base.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-loclists-pie.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-loclists-pie.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-loclists.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-loclists.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-mix-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-mix.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-mix.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-mix.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-multi-cu.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-multi-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-relative-dwo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-relative-dwo.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-reread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-reread.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
formdata16.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fortran-var-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fortran-var-string.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
forward-spec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-inlined-in-outer-frame.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-inlined-in-outer-frame.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-add-index-symlink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-add-index.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-cxx.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-nodebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-tilde.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-types-dwarf5.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-types-dwarf5.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptr-64bit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptr-optimized-out.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptr.S
implptrconst.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implptrpiece.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-array.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-array.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-const.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-global.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-global.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-struct.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
implref-struct.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-abstract-const-value.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-bp-alt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-bp-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-bp-c++.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-bp-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-bp.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit-c.exp
imported-unit-runto-main.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
imported-unit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
index.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-locals-optimized-out.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inlined_subroutine-inheritance.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
intbits.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
intbits.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loc-sec-offset.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loc-sec-offset.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
locexpr-data-member-location-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
locexpr-data-member-location-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
locexpr-data-member-location.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
locexpr-data-member-location.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-multiple-cus.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-multiple-cus.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-sec-offset.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-sec-offset.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-start-end.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loclists-start-end.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mac-fileno.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mac-fileno.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
macro-source-path.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
macro-source-path.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-foo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-subprogram.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-subprogram.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mega-enum.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
member-ptr-forwardref.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
member-ptr-forwardref.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
method-ptr.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
method-ptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-line-table.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-line-table.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-sig-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-type-name-for-templates.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-type-name-for-templates.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
missing-type-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multidictionary.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
negative-data-member-location.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
negative-data-member-location.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
no-gnu-debuglink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nonvar-access.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nostaticblock.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nullptr_t.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nullptr_t.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
opaque-type-lookup-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
opaque-type-lookup.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
opt-out-not-implptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
per-bfd-sharing.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
per-bfd-sharing.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces-optimized-out.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces-optimized-out.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces-optimized-out.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pieces.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr10770.c
pr10770.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr11465.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr11465.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr13961.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr13961.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rnglists-multiple-cus.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rnglists-sec-offset.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rust-enum.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
self-spec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
shortpiece.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
static-optimized-out.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
staticvirtual.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
struct-decl.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
struct-with-sig-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
struct-with-sig.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
subrange-enum.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
subrange.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol_needs_eval_fail.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol_needs_eval_timeout.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol_needs_eval.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symtab-producer.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
template-specification-full-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
trace-crash.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
trace-crash.S
typeddwarf-amd64.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
typeddwarf.c
typeddwarf.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
typeddwarf.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
typedef-void-finish.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
utf-rust.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valop.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valop.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
var-access.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
var-access.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
variant.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
variant.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
varval.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
varval.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
void-type.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
void-type.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-notconst2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-notconst2.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-notconst.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-notconst.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00