]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: deprecated filename_completer and associated functions
authorAndrew Burgess <aburgess@redhat.com>
Sat, 22 Jun 2024 08:37:21 +0000 (09:37 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Sat, 7 Sep 2024 19:28:58 +0000 (20:28 +0100)
commitdc22ab49e9b9a5d55d6608f662f808c6427600c4
treefac0c8fba8fed88ccdc8bb03b0c25aef7324a936
parent4076f962e8cd73219dfd48a6f682df1ab391c48c
gdb: deprecated filename_completer and associated functions

Following on from the previous commit, this commit marks the old
unquoted filename completion related functions as deprecated.

The aim of doing this is to make it more obvious to someone adding a
new command that they should not be using the older unquoted style
filename argument handling.

I split this change from the previous to make for an easier review.
This commit touches more files, but is _just_ function renaming.
Check out gdb/completer.{c,h} for what has been renamed.  All the
other files have just been updated to use the new names.

There should be no user visible changes after this commit.
23 files changed:
gdb/auto-load.c
gdb/breakpoint.c
gdb/cli/cli-cmds.c
gdb/cli/cli-decode.c
gdb/cli/cli-dump.c
gdb/compile/compile.c
gdb/completer.c
gdb/completer.h
gdb/corefile.c
gdb/corelow.c
gdb/dwarf2/index-write.c
gdb/exec.c
gdb/infcmd.c
gdb/inferior.c
gdb/jit.c
gdb/record-full.c
gdb/record.c
gdb/skip.c
gdb/source.c
gdb/symfile.c
gdb/target-descriptions.c
gdb/tracectf.c
gdb/tracefile-tfile.c