binutils-gdb/gdb/testsuite/gdb.base
Tom Tromey 29e316d8b1 Don't put JIT_READER_DIR into help text
The 80-column-help-string self-test can fail if gdb's install
directory is too long, because the help for "jit-reader-load" includes
JIT_READER_DIR.

This help text is actually somewhat misleading, though.
JIT_READER_DIR is not actually used directly -- instead the relocated
variant is used.

This patch adds a new "show jit-reader-directory" command and changes
the help text to refer to this instead.  I considered adding a "set"
command as well, but since absolute paths are acceptable here, and
since this is a very niche command anyway, I figured there was no need
to bother.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32357
Reviewed-By: Kévin Le Gouguec <legouguec@adacore.com>
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Andrew Burgess <aburgess@redhat.com>
2024-11-21 14:08:18 -07:00
..
comp-dir/subdir
gdbinit-history
a2-run.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
access-mem-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
access-mem-running.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
add-symbol-file-attach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
add-symbol-file-attach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
address_space_qualifier.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
advance-until-multiple-locations.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
advance-until-multiple-locations.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
advance.c
advance.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
alias.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
align-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
align-c++.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
align.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-0.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-1.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-3.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-4.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-5.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-6.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures-7.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-architectures.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-bin.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
all-types.c
annota1.c
annota1.exp gdb/testsuite: some cleanups in gdb.base/annota{1,3}.exp tests 2024-11-12 14:41:23 +00:00
annota3.c
annota3.exp gdb/testsuite: some cleanups in gdb.base/annota{1,3}.exp tests 2024-11-12 14:41:23 +00:00
annota-input-while-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
annota-input-while-running.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
annotate-symlink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
anon.c
anon.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
args.c
args.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
argv0-symlink.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
argv0-symlink.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
arithmet.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
array-indices.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
array-indices.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
array-repeat.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
array-repeat.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
array-repeat.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
arrayidx.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
arrayidx.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
asmlabel.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
asmlabel.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
assign.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
async-shell.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
async-shell.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
async.c
async.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach2.c
attach3.c
attach-deleted-exec.c gdb: attach to a process when the executable has been deleted 2024-02-02 15:37:05 +00:00
attach-deleted-exec.exp [gdb/testsuite] Fix gdb.base/attach-deleted-exec.exp with NFS 2024-09-23 07:53:20 +02:00
attach-fail-twice.c Fix "attach" failure handling with GDBserver 2024-04-26 21:22:47 +01:00
attach-fail-twice.exp Fix "attach" failure handling with GDBserver 2024-04-26 21:22:47 +01:00
attach-non-pgrp-leader.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-non-pgrp-leader.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-pie-misread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-pie-misread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-pie-noexec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-pie-noexec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-twice.c Fix attach-twice.c testcase for AIX. 2024-01-25 14:55:27 +01:00
attach-twice.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-wait-input.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-wait-input.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach.c
attach.exp [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 2024-05-03 15:07:33 +02:00
auto-connect-native-target.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auto-connect-native-target.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auto-load-script Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auto-load.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auto-load.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auxv.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
auxv.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
average.c
backtrace.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
backtrace.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bad-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bang.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bar.c
basic-edit-cmd.c gdb: fixes and tests for the 'edit' command 2024-11-08 10:44:43 +00:00
basic-edit-cmd.exp gdb/testsuite: fix gdb.base/basic-edit-cmd.exp test 2024-11-08 11:19:33 +00:00
batch-exit-status.bad-commands
batch-exit-status.exp gdb: 'target ...' commands now expect quoted/escaped filenames 2024-09-07 20:28:59 +01:00
batch-exit-status.good-commands
batch-preserve-term-settings.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
batch-preserve-term-settings.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
baz.c
bfd-errors-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bfd-errors.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bfp-test.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bfp-test.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bg-exec-sigint-bp-cond.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bg-exec-sigint-bp-cond.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bg-execution-repeat.c [gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.exp 2024-06-26 08:49:40 +02:00
bg-execution-repeat.exp [gdb/testsuite] Minor cleanup in gdb.base/bg-execution-repeat.exp 2024-06-26 09:05:09 +02:00
bigcore.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bigcore.exp [gdb/contrib] Handle dot in spellcheck.sh 2024-10-21 15:19:25 +02:00
bitfields2.c
bitfields2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bitfields.c
bitfields.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
bitops.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bitshift.exp Fix cast types for opencl 2024-06-11 21:30:45 +02:00
bp-cmds-continue-ctrl-c.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-continue-ctrl-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-execution-x-script.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-execution-x-script.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
bp-cmds-execution-x-script.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-run-with-ex.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-run-with-ex.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-run-with-ex.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-sourced-script.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-sourced-script.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cmds-sourced-script.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-cond-failure.c gdb/testsuite: rework bp-cond-failure to not depend on inlining 2024-09-20 16:08:23 -03:00
bp-cond-failure.exp gdb/testsuite: rework bp-cond-failure to not depend on inlining 2024-09-20 16:08:23 -03:00
bp-permanent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp-permanent.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
branch-to-self.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
branch-to-self.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-always.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-always.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-caller-line.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-caller-line.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-entry.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-fun-addr1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-fun-addr2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-fun-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-idempotent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-idempotent.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-include.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-include.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-include.inc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-interp-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-interp-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-interp.exp [gdb/testsuite] Fix gdb.base/break-interp.exp with check-read1 2024-10-08 22:31:12 +02:00
break-main-file-remove-fail.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-main-file-remove-fail.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
break-on-linker-gcd-function.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-on-linker-gcd-function.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
break-probes-solib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-probes.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-probes.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-unload-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-unload-file.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
break.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
breakpoint-in-ro-region.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
breakpoint-in-ro-region.exp [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep) 2024-10-25 06:14:03 +02:00
breakpoint-shadow.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
breakpoint-shadow.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bt-on-error-and-warning.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bt-on-fatal-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bt-on-fatal-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bt-selected-frame.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bt-selected-frame.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
build-id-seqno.c gdb: check for multiple matching build-id files 2024-07-18 13:24:20 +01:00
build-id-seqno.exp gdb/testsuite: fix build-id compile option when used with clang 2024-07-26 15:36:29 +01:00
c-linkage-name-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
c-linkage-name.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
c-linkage-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cached-source-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cached-source-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-ar-st.c [gdb] Fix typos 2023-06-03 22:43:57 +02:00
call-ar-st.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-rt-st.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
call-rt-st.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-sc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-sc.exp [gdb/contrib] Handle dot in spellcheck.sh 2024-10-21 15:19:25 +02:00
call-signal-resume.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-signals.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
call-strs.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
call-strs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callexit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callexit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callfuncs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
callfuncs.exp gdb: rename unwindonsignal to unwind-on-signal 2024-03-25 17:25:07 +00:00
cast-call.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cast-call.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cast-indirection.c [gdb/exp] Fix cast handling for indirection 2024-05-03 09:37:19 +02:00
cast-indirection.exp [gdb/exp] Redo cast handling for indirection 2024-05-06 14:23:25 +02:00
catch-follow-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-follow-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-fork-kill.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-fork-kill.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-fork-static.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-gdb-caused-signals.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-gdb-caused-signals.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-load-so.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-load.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-load.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal-fork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal-fork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal-siginfo-cond.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal-siginfo-cond.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
catch-syscall.c gdb.base/catch-syscall.exp: Remove some Linux-only assumptions. 2023-03-06 16:55:22 -08:00
catch-syscall.exp [gdb/testsuite] Handle unsupported catch syscall 2024-08-31 07:56:48 +02:00
charset-malloc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
charset.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
charset.exp [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep) 2024-10-25 06:14:03 +02:00
check-psymtab.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
check-psymtab.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
checkpoint-ns.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
checkpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
checkpoint.exp [gdb/testsuite] Avoid large timeout in gdb.base/checkpoint.exp 2024-09-23 22:03:56 +02:00
chng-syms.c
chng-syms.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clear_non_user_bp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cli-suppress-notification.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cli-suppress-notification.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
code_elim1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
code_elim2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
code_elim.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
code-expr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
command-line-input.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
commands.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-sections.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
compare-sections.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
complete-empty.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
completion.exp Use ui-out tables in "maint print user-regs" 2024-10-08 17:07:37 -06:00
complex-parts.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
complex-parts.exp [gdb/exp] Fix ptype $_creal/$_cimag 2024-07-24 16:32:35 +02:00
complex.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
complex.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
comprdebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cond-eval-mode.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cond-eval-mode.exp gdb_is_target_remote -> gdb_protocol_is_remote 2024-04-26 21:22:48 +01:00
cond-expr.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
condbreak-bad.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak-bad.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak-call-false.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak-call-false.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak-multi-context.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak-multi-context.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
condbreak.exp gdb: parse pending breakpoint thread/task immediately 2024-09-07 21:48:35 +01:00
consecutive-step-over.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
consecutive-step-over.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
consecutive.c
consecutive.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
constvars.c
constvars.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-after-aborted-step-over.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-after-aborted-step-over.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
continue-all-already-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-all-already-running.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
coredump-filter-build-id.exp gdb/testsuite: add build-id compile flag to tests that expect it 2024-08-02 09:06:26 -03:00
coredump-filter.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
coredump-filter.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corefile2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corefile-buildid-shlib-shr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corefile-buildid-shlib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corefile-buildid.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corefile-buildid.exp gdb/testsuite: add return after a call to 'untested' 2024-09-10 15:11:05 +01:00
corefile.exp [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep) 2024-10-25 06:14:03 +02:00
coremaker2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
coremaker.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctf-constvars.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctf-constvars.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctf-ptype.c [gdb/testsuite] Add missing include in gdb.base/ctf-ptype.c 2024-04-02 16:22:46 +02:00
ctf-ptype.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctxobj-f.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctxobj-m.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctxobj-v.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ctxobj.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cursal.c gdb: adjust the default place of 'list' to main's prologue 2024-08-09 11:29:51 +01:00
cursal.exp gdb: adjust the default place of 'list' to main's prologue 2024-08-09 11:29:51 +01:00
cvexpr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
cvexpr.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
dcache-flush.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dcache-flush.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dcache-line-read-error.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dcache-line-read-error.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-expr.c
debug-expr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
debug-frame-2.c [gdb] Fix "value is not available" with debug frame 2024-02-26 15:31:34 +01:00
debug-frame.c [gdb] Fix "value is not available" with debug frame 2024-02-26 15:31:34 +01:00
debug-frame.exp [gdb] Fix "value is not available" with debug frame 2024-02-26 15:31:34 +01:00
decl-before-def-decl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
decl-before-def-def.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
decl-before-def.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
default-args.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
default-args.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
default.exp Bump version to 16.0.50.DATE-git. 2024-05-26 08:57:27 -07:00
define-prefix.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
define.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
del.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
del.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
detach-sysroot-target.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
detach-sysroot-target.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
detach-while-running.c gdb/Windows: Fix detach while running 2024-04-17 18:57:01 +01:00
detach-while-running.exp gdb/Windows: Fix detach while running 2024-04-17 18:57:01 +01:00
detach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dfp-exprs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dfp-test.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dfp-test.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disabled-location.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disabled-location.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-end-cu-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-end-cu-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-end-cu.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-optim.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-optim.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-optim.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
disasm-optim.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
displaced-step-closure.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
displaced-step-closure.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
display.c
display.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlmopen-lib-dep.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlmopen-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlmopen.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlmopen.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dmsym_main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dmsym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dmsym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
document.exp Raise exception if ambiguous name is used in gdb.parameter 2024-02-07 19:59:32 +01:00
dprintf-bp-same-addr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-bp-same-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-detach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-detach.exp [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach 2024-05-06 14:27:09 +02:00
dprintf-execution-x-script.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-execution-x-script.exp [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 2024-05-03 15:07:33 +02:00
dprintf-execution-x-script.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-next.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-next.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-non-stop.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-non-stop.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-pending.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-pending.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf-pendshr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dprintf.exp gdb_is_target_remote -> gdb_protocol_is_remote 2024-04-26 21:22:48 +01:00
dso2dso-dso1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dso2dso-dso1.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dso2dso-dso2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dso2dso-dso2.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dso2dso.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dso2dso.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dtrace-probe.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dtrace-probe.d Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dtrace-probe.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dump.c
dump.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dup-sect.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dup-sect.S Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
duplicate-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
duplicate-bp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
early-init-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
early-init-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
echo.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eh_return.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eh_return.exp [gdb/testsuite] Fix gdb.base/eh_return.exp 2024-01-25 16:25:07 +01:00
empty_exe.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
empty-host-env-vars.exp [gdb/testsuite] Fix gdb.base/empty-host-env-vars.exp 2024-09-23 07:57:49 +02:00
ena-dis-br.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
endian.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
endian.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
endianity.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
endianity.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ending-run.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
ending-run.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
enum_cond.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
enum_cond.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
enumval.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
enumval.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
environ.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eof-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
errno.c [gdb/testsuite] New test: gdb.base/errno.exp 2024-05-31 14:37:22 -07:00
errno.exp [gdb/testsuite] New test: gdb.base/errno.exp 2024-05-31 14:37:22 -07:00
eu-strip-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eu-strip-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eval-avoid-side-effects.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
eval-skip.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
eval.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
examine-backward.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
examine-backward.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
exe-lock.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
exec-invalid-sysroot.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execd-prog.c
execl-update-breakpoints.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execl-update-breakpoints.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execution-termios.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execution-termios.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
exitsignal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
expand-psymtabs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
expand-psymtabs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
exprs.c
exprs.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
fileio.c
fileio.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
filename-completion.exp gdb: add filename option support 2024-11-04 15:56:01 +00:00
filesym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
filesym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
find-unmapped.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
find-unmapped.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
find.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
find.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
finish-pretty.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
finish-pretty.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
finish.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fission-macro-2.c [gdb/testsuite] Add gdb.base/fission-macro.exp 2024-06-13 17:39:40 +02:00
fission-macro.c [gdb/testsuite] Add gdb.base/fission-macro.exp 2024-06-13 17:39:40 +02:00
fission-macro.exp [gdb/testsuite] Add gdb.base/fission-macro.exp 2024-06-13 17:39:40 +02:00
fixsection.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fixsection.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fixsectshr.c
flexible-array-member.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
flexible-array-member.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
float128.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
float128.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
float.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
float.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
floatn.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
floatn.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-exec-mode.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-exec-mode.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
foll-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-exec.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
foll-fork.c
foll-fork.exp gdb, testsuite: Fix return value in gdb.base/foll-fork.exp 2024-05-23 08:19:48 +02:00
foll-vfork-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-vfork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-vfork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foo.c
fork-no-detach-follow-child-dlopen-shlib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-no-detach-follow-child-dlopen.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-no-detach-follow-child-dlopen.exp Cygwin/testsuite: Avoid infinite hang 2024-04-12 18:37:29 +01:00
fork-print-inferior-events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-print-inferior-events.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-running-state.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-running-state.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fortran-sym-case.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fortran-sym-case.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-args.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-args.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-info-consistent.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-selection.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-selection.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-view.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-view.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frame-view.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frameapply.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frameapply.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
freebpcmd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
freebpcmd.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fullname.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fullname.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fullpath-expand-func.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fullpath-expand.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fullpath-expand.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
func-ptr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
func-ptr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
func-ptrs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
func-ptrs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
funcargs.c
funcargs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-buffer-overflow.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-buffer-overflow.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-relro-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-relro-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-relro-pie.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-relro-pie.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-relro.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-tls-pie.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-tls-pie.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcorebg.c Add a test for the gcore script 2024-07-29 16:33:22 +02:00
gcorebg.exp Add a test for the gcore script 2024-07-29 16:33:22 +02:00
gdb1056.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1090.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1090.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1250.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1250.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1555-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1555.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1555.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1821.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb1821.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb11530.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb11530.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb11531.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb11531.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb_history
gdb-index-err.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-index-err.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-sigterm-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-sigterm.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb-sigterm.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbhistsize-history.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbindex-stabs-dwarf.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbindex-stabs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbindex-stabs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbinit-history.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdbvars.c
gdbvars.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
global-var-nested-by-dso-solib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
global-var-nested-by-dso-solib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
global-var-nested-by-dso.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
global-var-nested-by-dso.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu_vector.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu_vector.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-debugdata.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-debugdata.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-ifunc-final.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-ifunc-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-ifunc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gnu-ifunc.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
gold-gdb-index-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gold-gdb-index.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gold-gdb-index.exp [gdb/testsuite] Don't use set auto-solib-add off 2024-06-10 10:43:10 +02:00
gold-gdb-index.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
grbx.c
hashline1.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hashline2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hashline3.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hbreak2.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
hbreak-in-shr-unsupported-shr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hbreak-in-shr-unsupported.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hbreak-in-shr-unsupported.exp gdb_is_target_remote -> gdb_protocol_is_remote 2024-04-26 21:22:48 +01:00
hbreak-unmapped.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hbreak-unmapped.exp [gdb/testsuite] Make parse_args error out on remaining args 2024-09-23 09:34:48 +02:00
hbreak.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hbreak.exp [gdb/tdep] Fix arm thumb2 hw breakpoint 2024-07-27 10:05:20 +02:00
help.exp gdb: add timeouts for inferior function calls 2024-03-25 17:25:06 +00:00
history-duplicates.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
hook-stop.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hook-stop.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
huge.c
huge.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hw-sw-break-same-address.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ifelse.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
include-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
include-main.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
included.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
included.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
included.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
index-cache-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
index-cache.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
index-cache.exp [gdb/testsuite] Handle maint set dwarf synchronous off default 2024-10-22 09:23:26 +02:00
infcall-exec2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-failure.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-failure.exp gdb: rename unwindonsignal to unwind-on-signal 2024-03-25 17:25:07 +00:00
infcall-input.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-input.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-nested-structs-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-nested-structs-c++.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-nested-structs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-nested-structs.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-timeout.c gdb: add timeouts for inferior function calls 2024-03-25 17:25:06 +00:00
infcall-timeout.exp gdb: introduce unwind-on-timeout setting 2024-03-25 17:25:07 +00:00
inferior-args.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-args.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-clone.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-died.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-died.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-noarg.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inferior-noarg.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infnan.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infnan.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_minsym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_minsym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_qt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_qt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources_2-header.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources_2-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources_2-test.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources_2.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
info_sources_base.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info_sources.exp gdb/testsuite: fix failure in gdb.base/info_sources.exp 2024-11-11 15:29:53 +00:00
info-fun-solib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-fun.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-fun.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-locals-unused-static-var.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-locals-unused-static-var.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-macros.c
info-macros.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-os.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-os.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-proc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-program.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-program.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-shared-solib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-shared-solib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-shared.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-shared.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-target.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-types-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-types-c++.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-types.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-types.exp.tcl [gdb/testsuite] Don't use set auto-solib-add off 2024-06-10 10:43:10 +02:00
info-var-f1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-var-f2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-var.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-var.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infoline-reloc-main-from-zero.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infoline-reloc-main-from-zero.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infoline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infoline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inline-frame-cycle-unwind.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inline-frame-cycle-unwind.exp gdb/testsuite: fix minor typo in a comment 2024-07-22 15:01:27 +01:00
inline-frame-cycle-unwind.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
int-type.c
interact.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
internal-functions-ptype.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
internal-string-values.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
internal-string-values.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interpreter-exec.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-a.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-a.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-daemon-attach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-daemon-attach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-daemon.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-daemon.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-noterm.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-noterm.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
interrupt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-attach-pie.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-attach-pie.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-bfd-name.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-dlmain.c
jit-elf-fork-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-fork-solib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-fork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-so.exp gdb: Update linkage name lookup function to allow mst_file_data/bss types. 2024-11-17 02:02:11 +01:00
jit-elf-solib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf-util.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-elf.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-protocol.h gdb: Update linkage name lookup function to allow mst_file_data/bss types. 2024-11-17 02:02:11 +01:00
jit-reader-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-execd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-host.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-host.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-simple-dl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-simple-jit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-simple.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader-simple.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jit-reader.exp Don't put JIT_READER_DIR into help text 2024-11-21 14:08:18 -07:00
jump_multiple_objfiles-foo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump_multiple_objfiles.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump_multiple_objfiles.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump_multiple_objfiles.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump-inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump-inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
jump.c
jump.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-after-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-after-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-detach-inferiors-cmd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-detach-inferiors-cmd.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-during-detach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill-during-detach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed-outside.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed-outside.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
label-without-address.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
label-without-address.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
label.c
label.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
langs0.c
langs1.c
langs1.f Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
langs2.c
langs2.cxx
langs.exp Add setting to control frame language mismatch warning 2024-11-11 07:42:01 -07:00
large-frame-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
large-frame-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
large-frame.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
large-frame.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ldbl_e308.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ldbl_e308.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
libsegfault.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
limited-length.c Mark unavailable bytes of limited-length arrays when allocating contents 2024-08-06 19:36:25 +02:00
limited-length.exp Mark unavailable bytes of limited-length arrays when allocating contents 2024-08-06 19:36:25 +02:00
line65535.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
line65535.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
line-symtabs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
line-symtabs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
line-symtabs.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
lineinc.c
lineinc.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
list0.c
list0.h
list1.c gdb/cli: add '.' as an argument for 'list' command 2023-07-14 10:58:17 +02:00
list-ambiguous0.c gdb: adjust the default place of 'list' to main's prologue 2024-08-09 11:29:51 +01:00
list-ambiguous1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
list-ambiguous-readnow.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
list-ambiguous.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
list-before-start.exp gdb: adjust the default place of 'list' to main's prologue 2024-08-09 11:29:51 +01:00
list-dot-nodebug-extra.c gdb: Change "list ." command's error when no debuginfo is available 2024-05-08 14:08:16 -03:00
list-dot-nodebug.c gdb: Change "list ." command's error when no debuginfo is available 2024-05-08 14:08:16 -03:00
list-dot-nodebug.exp gdb,testsuite: fix gdb.base/list-dot-nodebug and make it more robust 2024-08-02 13:02:07 -03:00
list-missing-source.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
list-nodebug-2.c [gdb/testsuite] Fix gdb.base/list-no-debug.exp on debian 2024-03-17 16:48:43 +01:00
list-nodebug.c [gdb/testsuite] Fix gdb.base/list-no-debug.exp on debian 2024-03-17 16:48:43 +01:00
list-nodebug.exp gdb: Change "list ." command's error when no debuginfo is available 2024-05-08 14:08:16 -03:00
list.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
load-command.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
load-command.exp gdb_is_target_native -> gdb_protocol_is_native 2024-04-26 21:22:48 +01:00
logical.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
long_long.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
long_long.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
long-inferior-output.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
long-inferior-output.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
longest-types.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
longest-types.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
longjmp-until-in-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
longjmp-until-in-main.exp [gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-cases 2024-03-20 19:23:48 +01:00
longjmp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
longjmp.exp [gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-cases 2024-03-20 19:23:48 +01:00
m32r.ld
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
macscp1.c
macscp2.h
macscp3.h
macscp4.h
macscp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-psymtab.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
maint-expand-symbols-header-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-expand-symbols-header-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-expand-symbols-header-file.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-info-inline-frames-and-blocks.c gdb: Add 'maint info inline-frames' command 2024-08-28 10:30:31 +01:00
maint-info-inline-frames-and-blocks.exp gdb: fix 'maint info inline-frames' after 'stepi' 2024-10-20 21:54:13 +01:00
maint-info-sections.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-print-frame-id.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-print-frame-id.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-target-async-off.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint-target-async-off.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
maint.exp gdb/readline: add readline library version to 'show configuration' 2024-11-12 13:58:19 +00:00
many-completions.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
many-headers.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
many-headers.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
max-depth-c.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
max-depth-c++.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
max-depth.c Fix max-depth test case for AIX. 2024-04-17 12:43:25 +02:00
max-depth.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
max-value-size.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
max-value-size.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
memattr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
memattr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
memops-watchpoint.c gdb/testsuite: Add gdb.base/memops-watchpoint.exp 2024-04-29 23:59:43 -03:00
memops-watchpoint.exp gdb/testsuite: Add gdb.base/memops-watchpoint.exp 2024-04-29 23:59:43 -03:00
memtag.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
memtag.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mips_pro.c
mips_pro.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
miscexprs.c
miscexprs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
morestack.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
morestack.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
moribund-step.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp-shl-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp-shl-main-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp-shl-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp-shl.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-bp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-lang-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-lang.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msym-lang.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multi-forks.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multi-forks.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multi-line-starts-subshell.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
native-target-noproc-tdesc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-addr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp1.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp3.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nested-subp3.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
new-ui-echo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
new-ui-echo.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
new-ui-pending-input.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
new-ui-pending-input.exp [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 2024-05-03 15:07:33 +02:00
new-ui.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
new-ui.exp Fix test failure when TUI is not enabled 2024-08-09 12:33:15 +02:00
nextoverexit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nextoverexit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nodebug.c
nodebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nofield.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nofield.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-executable.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-lazy-array-index.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-lazy-array-index.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
noreturn-finish.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
noreturn-finish.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
noreturn-return.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
noreturn-return.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
normal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nostdlib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
nostdlib.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
offsets.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
offsets.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
opaque0.c
opaque1.c
opaque.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
options.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
options.exp gdb: add filename option support 2024-11-04 15:56:01 +00:00
osabi.exp [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep) 2024-10-25 06:14:03 +02:00
overlays.c
overlays.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
ovlymgr.c
ovlymgr.h
page-logging.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
page.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-after-ctrl-c-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-after-ctrl-c-running.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-bg-execution.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-bg-execution.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-execution-startup.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-execution-startup.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
paginate-inferior-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
paginate-inferior-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
parse_number.exp Remove redundant check from parse_number.exp 2024-03-26 10:53:47 -06:00
paste-newline.exp Strip trailing newlines from input string 2024-04-15 09:04:29 -06:00
patch.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
patch.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pc-fp.c
pc-fp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pc-not-saved.c gdb/unwinders: better support for $pc not saved 2024-03-11 10:00:30 +00:00
pc-not-saved.exp gdb/testsuite: avoid $pc/$sp values in test names 2024-03-29 14:07:47 +00:00
pc-not-saved.py Run isort 2024-04-02 11:21:39 -06:00
pending.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending.exp gdb: parse pending breakpoint thread/task immediately 2024-09-07 21:48:35 +01:00
pendshr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
permissions.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
persistent-lang.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
persistent-lang.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pi.txt
pie-execl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pie-execl.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pie-fork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pie-fork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pointers.c
pointers.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr10179-a.c
pr10179-b.c
pr10179.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr11022.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pr11022.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prelink-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prelink.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prelink.exp gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flags 2024-05-14 16:51:50 +01:00
premature-dummy-frame-removal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
premature-dummy-frame-removal.exp [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines) 2024-10-25 06:14:03 +02:00
premature-dummy-frame-removal.py Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-array.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-array.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-print.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pretty-print.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-file-var-lib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-file-var-lib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-file-var-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-file-var.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-file-var.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-internal-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-internal-string.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-symbol-loading-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-symbol-loading-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-symbol-loading.exp [gdb/testsuite] Don't use set auto-solib-add off 2024-06-10 10:43:10 +02:00
printcmds.c gdb: check max-value-size when reading strings for printf 2023-07-07 15:20:28 +01:00
printcmds.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
printf-wchar_t.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
printf-wchar_t.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prologue-include.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prologue-include.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prologue-include.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prologue.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
prologue.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
psym-external-decl-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
psym-external-decl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
psym-external-decl.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
psymtab1.c
psymtab2.c
psymtab.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ptr-typedef.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ptr-typedef.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ptype1.c
ptype-offsets.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ptype-offsets.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ptype.c
ptype.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
quit-live.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
quit-live.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
quit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
radix.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
random-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
random-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
randomize.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
randomize.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
range-stepping.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
range-stepping.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readline-ask.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readline-ask.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readline-ask.inputrc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readline-commands-eof.c gdb/readline: don't get stuck thinking an EOF arrived 2024-11-12 14:07:35 +00:00
readline-commands-eof.exp gdb/readline: don't get stuck thinking an EOF arrived 2024-11-12 14:07:35 +00:00
readline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readnever.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
readnever.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
realname-expand-real.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
realname-expand.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
realname-expand.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
record-full-error.exp gdb/record: minor clean, remove some unneeded arguments 2024-04-17 13:35:22 +01:00
recpar.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
recpar.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
recurse.c
recurse.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
reggroups.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reggroups.exp [gdb/testsuite] Fix gdb.base/reggroups.exp with check-read1 2024-10-09 11:17:41 +02:00
relational.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
relativedebug.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
relativedebug.exp gdb/testsuite: Add libc_has_debug_info require helper 2024-04-24 13:20:42 -03:00
relocate.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
relocate.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
remote-exec-file.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
remote.c
remote.exp [gdb] Fix more common misspellings 2024-10-06 07:59:48 +02:00
remotetimeout.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
reread1.c
reread2.c
reread-readsym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reread-readsym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reset-catchpoint-cond-lib.c gdb, testsuite: clean duplicate header includes 2024-09-30 05:40:20 +00:00
reset-catchpoint-cond.c gdb: implement ::re_set method for catchpoint class 2024-09-04 15:02:16 +01:00
reset-catchpoint-cond.exp gdb: implement ::re_set method for catchpoint class 2024-09-04 15:02:16 +01:00
reset-catchpoint-cond.py gdb: reformat Python file with black 2024-09-04 17:53:38 +01:00
restore.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
restore.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return2.c
return2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return-nodebug1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return-nodebug.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return-nodebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
return.exp [gdb/testsuite] Fix gdb.base/return.exp on arm-linux 2024-09-23 09:47:26 +02:00
retval-large-struct.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
retval-large-struct.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reverse-init-functions.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rtld-step-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rtld-step-nodebugsym.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rtld-step-nodebugsym.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rtld-step-rtld.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
rtld-step.exp [gdb/testsuite] Add missing include in gdb.base/rtld-step.exp 2024-03-28 06:51:59 +01:00
run-after-attach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
run-after-attach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
run-attach-while-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
run-attach-while-running.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
run-control-while-bg-execution.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
run-control-while-bg-execution.exp [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach 2024-05-06 14:27:09 +02:00
run-fail-twice.c Fix "run" failure handling with GDBserver 2024-04-26 21:22:47 +01:00
run-fail-twice.exp Fix "run" failure handling with GDBserver 2024-04-26 21:22:47 +01:00
run.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
save-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
save-bp.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
savedregs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
savedregs.exp [gdb] Fix typos 2024-09-03 17:30:37 +02:00
scope0.c [gdb] Fix typos 2023-06-03 22:43:57 +02:00
scope1.c
scope-hw-watch-disable.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
scope-hw-watch-disable.exp [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linux 2024-10-10 12:41:40 +02:00
scope.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sect-cmd.exp gdb/testsuite: fix test pattern after switch to -lbl matching 2024-10-26 11:31:31 +01:00
segv.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sep-proc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sep.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sep.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sepdebug2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sepdebug.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sepdebug.exp gdb: reject inserting breakpoints between functions 2024-08-29 14:56:59 -04:00
sepsymtab.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sepsymtab.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
server-del-break.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
server-del-break.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
set-cwd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
set-cwd.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
set-inferior-tty.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
set-inferior-tty.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
set-lang-auto.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
set-noassign.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
setshow.c
setshow.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
settings.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
settings.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
setvar.c
setvar.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
share-env-with-gdbserver.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
share-env-with-gdbserver.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
share-psymtabs-bt-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
share-psymtabs-bt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
share-psymtabs-bt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
shell.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
shlib-call.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
shmain.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
show-user-completion.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
shr1.c
shr2.c
shreloc1.c
shreloc2.c
shreloc.c
shreloc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigall.c
sigall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigaltstack.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigaltstack.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigbpt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigbpt.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
sigchld.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigchld.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-addr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-addr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-obj.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-obj.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signals-state-child.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signals-state-child.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signals.c
signals.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
signed-builtin-types-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signed-builtin-types.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signed-builtin-types.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signest.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signest.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signull.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signull.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigrepeat.c [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
sigrepeat.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigstep.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigstep.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigwinch-notty.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sizeof.c
sizeof.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip-inline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip-inline.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip-solib-lib.c Change gdb.base/skip-solib.exp deal with lack of epilogue information 2022-09-22 11:04:17 +02:00
skip-solib-main.c Change gdb.base/skip-solib.exp deal with lack of epilogue information 2022-09-22 11:04:17 +02:00
skip-solib.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skip.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
skipcxx.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
skipcxx.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
so-disc-shr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
so-impl-ld.c
so-impl-ld.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib1.c gdb/testsuite: Update gdb.base/so-impl-ld.exp 2022-09-13 14:02:51 +02:00
solib-abort-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-abort.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-abort.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-corrupted.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-disc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-disc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-display-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-display-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-display.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
solib-nodir.exp gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flags 2024-05-14 16:51:50 +01:00
solib-overlap-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-overlap-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-overlap.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-probes-nosharedlibrary.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-probes-nosharedlibrary.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-search-lib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-search-lib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-search.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-search.exp gdb: improve shared library build-id check for core-files 2024-09-07 20:28:57 +01:00
solib-search.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-symbol-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-symbol-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-symbol.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-vanish-lib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-vanish-lib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-vanish-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-vanish.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-weak.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
solib-weak.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-dir.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-dir.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-error-1.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-error.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-execution.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-execution.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-execution.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-nofile.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-open.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-open.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source-test.gdb Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
source.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ss.h
sss-bp-on-user-bp-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sss-bp-on-user-bp-2.exp [gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep) 2024-10-25 06:14:03 +02:00
sss-bp-on-user-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sss-bp-on-user-bp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stack-checking.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stack-checking.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stack-protector.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stack-protector.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stale-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stale-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stap-probe.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stap-probe.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
start-cpp.cc Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
start-cpp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
start.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
start.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
starti.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
starti.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
startup-with-shell.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
startup-with-shell.exp [gdb/testsuite] Further handle long filenames in gdb.base/startup-with-shell.exp 2024-02-26 15:59:47 +01:00
statistics.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-break.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-break.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
step-bt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-bt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-indirect-call-thunk.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-indirect-call-thunk.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-into-other-file.c [gdb] Notice when stepping into different file 2024-08-05 14:00:42 +02:00
step-into-other-file.exp [gdb] Notice when stepping into different file 2024-08-05 14:00:42 +02:00
step-into-other-file.h [gdb] Notice when stepping into different file 2024-08-05 14:00:42 +02:00
step-line.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-line.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-line.inp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-clone.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-fork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-no-symbols.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-syscall.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
step-over-vfork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-resume-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-resume-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-sw-breakpoint-adjust-pc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-sw-breakpoint-adjust-pc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-symless.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-symless.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-test.c
step-test.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-through-epilogue.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-through-epilogue.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
store.c
store.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
structs2.c
structs2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
structs3.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
structs3.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
structs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
structs.exp [gdb/contrib] Handle dot in spellcheck.sh 2024-10-21 15:19:25 +02:00
style-interp-exec-mi.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
style-interp-exec-mi.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
style-logging.exp Add line-number styling 2024-09-30 13:23:35 -06:00
style.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
style.exp Add line-number styling 2024-09-30 13:23:35 -06:00
subst.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sum.c
sym-file-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sym-file-loader.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sym-file-loader.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sym-file-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sym-file.exp gdb: add remove-symbol-file command completion 2024-09-07 20:28:59 +01:00
symbol-alias2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol-alias.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol-alias.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol-without-target_section.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symbol-without-target_section.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symfile-warn.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symfile-warn.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symlink-sourcefile.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symlink-sourcefile.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symtab-search-order-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symtab-search-order-shlib-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symtab-search-order.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
symtab-search-order.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sysroot-debug-lookup.exp gdb: fix a target: prefix issue in find_separate_debug_file 2024-08-19 15:02:56 +01:00
template.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
template.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
term.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
term.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
testenv.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
testenv.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
thread-bp-multi-loc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-bp-multi-loc.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
timestamp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
trace-commands.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
traced-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
traced-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
twice.c
twice.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
type-opaque-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
type-opaque-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
type-opaque.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ui-redirect.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unload.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unload.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unloadshr2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unloadshr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
until-nodebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
until-trailing-insns.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
until-trailing-insns.exp [gdb/testsuite] Require address update for DW_LNE_end_sequence 2024-04-17 12:55:00 +02:00
until.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn-amd64-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn-amd64-2.s [gdb/symtab] Trust epilogue unwind info for unknown producer (-g0 case) 2023-02-20 12:20:14 +01:00
unwind-on-each-insn-amd64.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn-amd64.s [gdb/testsuite] Add gdb.base/unwind-on-each-insn-{amd64,i386}.exp 2023-01-26 17:21:01 +01:00
unwind-on-each-insn-foo.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn-i386.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn-i386.s [gdb/testsuite] Add gdb.base/unwind-on-each-insn-{amd64,i386}.exp 2023-01-26 17:21:01 +01:00
unwind-on-each-insn.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwind-on-each-insn.exp.tcl Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwindonsignal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
unwindonsignal.exp gdb: rename unwindonsignal to unwind-on-signal 2024-03-25 17:25:07 +00:00
utf8-identifiers.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
utf8-identifiers.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-bt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-bt.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-disp-step.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-disp-step.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-infcall-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-infcall-2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
valgrind-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
value-double-free.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
value-double-free.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
value-history-unavailable.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
value-history-unavailable.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
varargs.c [gdb/testsuite] Handle unbuffer_output.c for remote host 2023-03-18 17:50:56 +01:00
varargs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vdso-warning.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vdso-warning.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-parent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-parent.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vforked-prog.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-datatypes.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-datatypes.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-optimized-out.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-optimized-out.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
vla-ptr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-ptr.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
vla-sideeffect.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-sideeffect.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
vla-struct-fields.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-struct-fields.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-stub-define.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-stub.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vla-stub.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
volatile.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
warning.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch_thread_num.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch_thread_num.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-before-fork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-before-fork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-bitfields.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-bitfields.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-cond-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-cond-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-cond.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-cond.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-non-mem.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-non-mem.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-read.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-read.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-vfork.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watch-vfork.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
watchpoint-cond-gone-stripped.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-cond-gone.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-cond-gone.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-delete.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-delete.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw-attach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw-attach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw-hit-once.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw-hit-once.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-hw.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-reuse-slot.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-reuse-slot.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-running.c Fix setting watchpoints when current thread is running 2024-04-12 18:54:08 +01:00
watchpoint-running.exp [gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.exp 2024-06-13 17:29:37 +02:00
watchpoint-solib-shr.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-solib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-solib.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-stops-at-right-insn.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-stops-at-right-insn.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
watchpoint-unaligned.c [gdb/tdep] Fix gdb.base/watchpoint-unaligned.exp on aarch64 2024-03-14 11:25:10 +01:00
watchpoint-unaligned.exp [gdb/testsuite] Fix duplicates in gdb.base/watchpoint-unaligned.exp 2024-06-20 15:37:48 +02:00
watchpoint.c
watchpoint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoints.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoints.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wchar.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wchar.exp [gdb/testsuite] Fix trailing-text-in-parentheses duplicates 2024-07-31 15:04:25 +02:00
weaklib1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
weaklib2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
whatis-exp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
whatis-ptype-typedefs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
whatis-ptype-typedefs.exp [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
whatis.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
whatis.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
with-mf-inc.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
with-mf-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
with-mf.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
with.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
with.exp Add setting to control frame language mismatch warning 2024-11-11 07:42:01 -07:00
wrap-line.exp [gdb/cli] Show readline wrapping mode for maint info screen 2024-09-24 13:26:15 +02:00
write_mem.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
write_mem.exp [gdb/testsuite] Use save_vars to restore GDBFLAGS 2024-05-03 15:07:33 +02:00
wrong_frame_bt_full-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wrong_frame_bt_full-opaque.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wrong_frame_bt_full.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00