binutils-gdb/gdb/testsuite/gdb.python
Tom de Vries ca3dd1c6af [gdb] More codespell fixes
I did this in gdb/pyproject.toml:
...
+regex = "[a-zA-Z0-9\\-']+"
...
allowing us to detect things like 'gcs_availabe':
...
$ echo gcs_availabe | codespell --regex="[a-zA-Z0-9\-']+" -
1: gcs_availabe
	availabe ==> available
...
and ran:
...
$ codespell --toml gdb/pyproject.toml gdb*
...
and manually fixed fallout.

This fixes the following typos:
...
  typdef -> typedef
  bloc -> block
  reenables -> re-enables
  overlayed -> overlaid
  advertized -> advertised
  stript -> script
  reenable -> re-enable
  interruptable -> interruptible
  restire -> restore
  sufix -> suffix
  regisers -> registers
  constrait -> constraint
  attriute -> attribute
  followin -> following
  immedate -> immediate
  constrol -> control
  sting -> string
  vesion -> version
  operatons -> operations
  inheritence -> inheritance
  decsription -> description
  hilighted -> highlighted
  enque -> enqueue
  ouputs -> outputs
...

The "vesion -> version" fix in gdb.dwarf2/dw2-entry-pc.exp allowed a bit of
cleanup.

Tested on x86_64-linux and aarch64-linux.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34241
2026-07-13 15:23:12 +02:00
..
amd64-py-framefilter-invalidarg.S Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
compare-enum-type-a.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
compare-enum-type-b.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
compare-enum-type.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
compare-enum-type.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
flexible-array-member.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
flexible-array-member.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
gdb_leak_detector.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lib-types.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lib-types.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lookup-type-block.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lookup1.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lookup2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
lotsa-lines.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
make-visualizer.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
pretty-print-call-by-hand.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
pretty-print-call-by-hand.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
pretty-print-call-by-hand.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-arch-disasm-style.c gdb/python: allow Architecture.disassemble to give styled output 2026-03-23 10:15:11 +00:00
py-arch-disasm-style.exp gdb/python: allow Architecture.disassemble to give styled output 2026-03-23 10:15:11 +00:00
py-arch-reg-groups.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-arch-reg-names.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-arch.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-arch.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-as-string.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-as-string.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-auto-load-chaining-f1.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-auto-load-chaining-f1.o-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-auto-load-chaining-f2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-auto-load-chaining-f2.o-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-auto-load-chaining.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-auto-load-chaining.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-autoloaded-pretty-printers-in-newobjfile-event-lib.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-autoloaded-pretty-printers-in-newobjfile-event-main.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-autoloaded-pretty-printers-in-newobjfile-event.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-autoloaded-pretty-printers-in-newobjfile-event.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-bad-printers.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-bad-printers.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-bad-printers.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-block.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-block.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-bp-locations.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-bp-locations.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-breakpoint-create-fail.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-breakpoint-create-fail.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-breakpoint-create-fail.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-breakpoint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-breakpoint.exp gdb/testsuite: make gdb_breakpoint, runto and runto_main use parse_args 2026-06-19 15:31:24 -04:00
py-caller-is.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-caller-is.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-charset.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd-exception.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd-exception.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-cmd-exception.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd-prompt.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd-prompt.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-cmd-prompt.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-cmd.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-color-leak.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-color-leak.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-color-pagination.exp gdb: pagination fix for emoji and unicode box output 2026-01-22 15:00:16 +00:00
py-color-pagination.py gdb: pagination fix for emoji and unicode box output 2026-01-22 15:00:16 +00:00
py-color-via-ansi-esc.exp gdb: fix handling of raw ANSI escape sequences printed from Python 2026-01-15 17:44:35 +00:00
py-color.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-commands-breakpoint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-commands-breakpoint.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-commands-breakpoint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-completion.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-completion.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-connection-removed.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-connection.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-connection.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-corefile.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-corefile.exp gdb/python: new events.corefile_changed event 2026-04-20 22:15:26 +01:00
py-corefile.py gdb/linux: handle missing NT_FILE note when opening core files 2026-05-01 19:56:56 +01:00
py-disasm-exec.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-disasm-obj.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-disasm.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-disasm.exp.tcl GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-disasm.py [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-doc-reformat.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-error.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-error.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-event-load.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-event-load.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-event-load.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-events-shlib.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-events.c Adjust gdb.python/py-events.exp for Cygwin/MinGW, no fork 2026-06-12 14:57:21 +01:00
py-events.exp gdb/testsuite: make gdb_breakpoint, runto and runto_main use parse_args 2026-06-19 15:31:24 -04:00
py-events.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-evsignal.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-evthreads.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-evthreads.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-exec-file.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-exec-file.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-exec-mi.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-explore-cc.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-explore.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-explore.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-explore.exp [gdb] More codespell fixes 2026-07-13 15:23:12 +02:00
py-failed-init.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint-deletion.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint-deletion.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-finish-breakpoint-deletion.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint-inline.c gdb/python: don't allow FinishBreakpoints for inline frames 2026-03-05 17:45:28 +00:00
py-finish-breakpoint-inline.exp gdb/python: don't allow FinishBreakpoints for inline frames 2026-03-05 17:45:28 +00:00
py-finish-breakpoint-inline.py gdb/python: don't allow FinishBreakpoints for inline frames 2026-03-05 17:45:28 +00:00
py-finish-breakpoint-tailcall.c gdb: fix frame_unwind_caller_WHAT functions for inline and tail calls 2026-03-05 17:45:25 +00:00
py-finish-breakpoint-tailcall.exp gdb/python: fix gdb.FinishBreakpoint returning to a tail call frame 2026-03-05 17:45:29 +00:00
py-finish-breakpoint-tailcall.py gdb/python: fix FinishBreakpoint.return_value for tail call functions 2026-03-05 17:45:27 +00:00
py-finish-breakpoint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint.exp gdb/testsuite: make gdb_breakpoint, runto and runto_main use parse_args 2026-06-19 15:31:24 -04:00
py-finish-breakpoint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint2.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-finish-breakpoint2.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-finish-breakpoint2.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-format-address.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-format-address.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-format-string.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-format-string.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-format-string.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-frame-args.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-frame-args.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-frame-args.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-frame-inline.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-frame-inline.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-frame.c
py-frame.exp gdb/python: remove frame_object::frame_id_is_next as unnecessary 2026-07-08 10:39:39 +01:00
py-frame.py [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py 2026-07-13 09:40:09 +02:00
py-framefilter-addr.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-addr.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-framefilter-addr.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-invalidarg-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-invalidarg.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-framefilter-invalidarg.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-mi.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter-mi.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-framefilter.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-framefilter.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-framefilter.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-function.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-inf-exited-at-exit.c gdb/python: fix 'exited' event when GDB exits from core file debugging 2026-06-14 22:03:57 +01:00
py-inf-exited-at-exit.exp gdb/testsuite: avoid PID in test name 2026-06-16 20:54:48 +01:00
py-inf-exited-at-exit.py [gdb] Fix flake8 warning in gdb.python/py-inf-exited-at-exit.py 2026-06-15 10:28:32 +02:00
py-inferior-leak.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-inferior-leak.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-inferior-leak.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-inferior.c
py-inferior.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-infthread.c
py-infthread.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-label-symbol-value.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-label-symbol-value.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-lazy-string.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-lazy-string.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-linetable-empty.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-linetable-empty.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-linetable.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-linetable.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-linetable.S Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-lookup-type.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-cmd.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-mi-cmd.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-events-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-events.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-events.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-mi-notify.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-mi-objfile-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-objfile.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-objfile.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-mi-var-info-path-expression.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi-var-info-path-expression.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-mi-var-info-path-expression.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-mi.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-missing-debug.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-missing-debug.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-missing-debug.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-missing-objfile-lib.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-missing-objfile.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-missing-objfile.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-missing-objfile.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-nested-maps.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-nested-maps.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-nested-maps.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-objfile-script-gdb.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-objfile-script.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-objfile-script.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-objfile.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-objfile.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-parameter-prefix.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-parameter.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-pending-frame-level.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pending-frame-level.exp gdb/python: remove frame_object::frame_id_is_next as unnecessary 2026-07-08 10:39:39 +01:00
py-pending-frame-level.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-post-event.exp [gdb] Handle pagination prompt during posted event 2026-02-20 12:21:05 +01:00
py-post-event.py [gdb] Handle pagination prompt during posted event 2026-02-20 12:21:05 +01:00
py-pp-cast.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-cast.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-pp-cast.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-integral.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-integral.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-pp-integral.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-maint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-maint.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-pp-maint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-re-notag.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-re-notag.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-pp-re-notag.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-registration.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-pp-registration.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-pp-registration.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint-stub-2.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint-stub.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint-stub.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-prettyprint-stub.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint-stub.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prettyprint.exp GDB: testsuite: Fix proc return value in gdb.python/py-prettyprint.exp 2026-04-28 14:32:50 -03:00
py-prettyprint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-progspace-events.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-progspace-events.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-progspace-events.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-progspace.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-progspace.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-prompt.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-prompt.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-rbreak-func2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-rbreak.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-rbreak.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-read-memory-leak.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-read-memory-leak.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-read-memory-leak.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-record-btrace-threads.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-record-btrace-threads.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-record-btrace.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-record-btrace.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-record-full.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-record-full.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-recurse-unwind.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-recurse-unwind.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-recurse-unwind.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-rvalue-ref-value-cc.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-rvalue-ref-value-cc.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-section-script.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-section-script.exp gdb: move call to clear_symtab_users out from finish_new_objfile 2026-04-02 10:24:57 +01:00
py-section-script.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-selected-context.c gdb/python: new selected_context event 2026-03-05 09:42:18 +00:00
py-selected-context.exp gdb: notify of inferior switch when needed from 'thread' command 2026-05-04 21:30:36 +01:00
py-selected-context.py [gdb/testsuite] Fix flake8 error in gdb.python/py-selected-context.py 2026-03-05 16:45:48 +01:00
py-send-packet.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-send-packet.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-send-packet.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-shared-sl.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-shared.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-shared.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-source-styling-2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-source-styling-2.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-source-styling.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-source-styling.exp [gdb/testsuite, Tcl 9.0] Avoid non-UTF-8 GDB IO (part 1) 2026-03-20 10:13:28 +01:00
py-startup-opt.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-strfns.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-strfns.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-style-parameter-set.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-style.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-styled-execute.exp Remove m_applied_style from ui_file 2026-02-09 08:15:29 -07:00
py-sym-artificial.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-symbol-2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-symbol-3.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-symbol.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-symbol.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-symtab-source-lines.c gdb/python: introduce gdb.Symtab.source_lines method 2026-03-05 10:17:08 +00:00
py-symtab-source-lines.exp gdb/python: introduce gdb.Symtab.source_lines method 2026-03-05 10:17:08 +00:00
py-symtab-source-lines.py gdb/python: introduce gdb.Symtab.source_lines method 2026-03-05 10:17:08 +00:00
py-symtab.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-sync-interp.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-sync-interp.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-template.cc [gdb/testsuite] Fix timeout in gdb.python/py-template.exp 2026-03-24 16:29:17 +01:00
py-template.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-thread-exited.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-thread-exited.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-thread-exited.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-thrhandle.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-thrhandle.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-type.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-type.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-typeprint.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-typeprint.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-typeprint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-inline.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-inline.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-unwind-inline.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-maint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-maint.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-unwind-maint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-user-regs.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind-user-regs.exp GDB: testsuite: Python: Don't return 0 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-unwind-user-regs.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-unwind.exp gdb/python: remove frame_object::frame_id_is_next as unnecessary 2026-07-08 10:39:39 +01:00
py-unwind.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-value-cc.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-value-cc.exp GDB: testsuite: Python: Don't return value from top-level (manual) 2026-05-08 18:55:59 -03:00
py-value.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-value.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-varobj.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-varobj.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-varobj.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-warning.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-watchpoint.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-watchpoint.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
py-watchpoint.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-xmethods.cc Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
py-xmethods.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
py-xmethods.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
python-1.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
python.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
python.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
remove-readline-finder.exp py-gdb-readline: replace deprecated interfaces in GdbRemoveReadlineFinder 2026-01-14 11:01:40 +00:00
source1 Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
source2.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
sys-exit.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-window-disabled.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-window-disabled.exp [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
tui-window-disabled.py [gdb/testsuite] Codespell fixes 2026-06-10 11:43:35 +02:00
tui-window-factory.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-window-factory.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-window-names.exp Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-window.exp GDB: testsuite: Python: Don't return -1 from top-level (sed) 2026-05-08 18:55:59 -03:00
tui-window.py Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00