binutils-gdb/gdb/tui
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
..
tui-command.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-command.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-data.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-data.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-disasm.c Change have_*_symbols functions to methods of program_space 2026-02-14 10:35:24 -07:00
tui-disasm.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-file.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-file.h Change two ui_file subclasses to templates 2026-03-23 12:51:57 -06:00
tui-hooks.c [gdb] Drop nullptr in "get_selected_frame (nullptr)" 2026-06-05 23:06:48 +02:00
tui-hooks.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-interp.c Rewrite output redirection and logging 2026-02-09 08:15:44 -07:00
tui-io.c [gdb] Add selftest for tui_setup_io 2026-04-10 15:50:22 +02:00
tui-io.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-layout.c gdb, gdbserver, gdbsupport: replace many uses of strcmp with streq 2026-03-16 13:24:00 -04:00
tui-layout.h [gdb] Use using instead of typedef some more (part 1) 2026-07-13 15:06:35 +02:00
tui-location.c gdb/tui: return std::string from tui_get_function_from_frame 2026-01-23 10:45:59 +00:00
tui-location.h gdb/tui: return std::string from tui_get_function_from_frame 2026-01-23 10:45:59 +00:00
tui-regs.c [gdb] More codespell fixes 2026-07-13 15:23:12 +02:00
tui-regs.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-source.c gdb: make symtab::compunit return a reference 2026-06-19 10:04:11 -04:00
tui-source.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-status.c gdb/tui: function name in status bar for tailcall functions 2026-02-13 16:39:08 +00:00
tui-status.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-win.c gdb, gdbserver, gdbsupport: replace many uses of strcmp with streq 2026-03-16 13:24:00 -04:00
tui-win.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-wingeneral.c [gdb/tui] Allow second tui enable if first fails 2026-05-20 08:31:12 +02:00
tui-wingeneral.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
tui-winsource.c gdb: make symtab::compunit return a reference 2026-06-19 10:04:11 -04:00
tui-winsource.h [gdb] Use using instead of typedef some more (part 1) 2026-07-13 15:06:35 +02:00
tui.c [gdb/tui] Allow second tui enable if first fails 2026-05-20 08:31:12 +02:00
tui.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00