Move gdb_argv to gdbsupport
authorTom Tromey <tom@tromey.com>
Wed, 26 Feb 2020 01:14:19 +0000 (18:14 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:14:42 +0000 (10:14 -0700)
commit7904e9613e0a2fc38e9abc06a916dea6a009c7b4
tree55c245504a0bb4dfce0eea29fc1e796789d0b0e5
parent5947982f1dadfa72a6913f25cc4f56e137c7217e
Move gdb_argv to gdbsupport

This moves the gdb_argv class to a new header in gdbsupport.
18 files changed:
gdb/cli/cli-decode.h
gdb/compile/compile.c
gdb/exec.c
gdb/guile/scm-string.c
gdb/inferior.c
gdb/infrun.c
gdb/interps.c
gdb/psymtab.c
gdb/skip.c
gdb/source.c
gdb/stack.c
gdb/symfile.c
gdb/symmisc.c
gdb/tracefile.c
gdb/tracepoint.c
gdb/utils.c
gdb/utils.h
gdbsupport/buildargv.h [new file with mode: 0644]