diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-25 18:14:19 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-01-18 10:14:42 -0700 |
commit | 7904e9613e0a2fc38e9abc06a916dea6a009c7b4 (patch) | |
tree | 55c245504a0bb4dfce0eea29fc1e796789d0b0e5 /gdb/cli | |
parent | 5947982f1dadfa72a6913f25cc4f56e137c7217e (diff) | |
download | binutils-gdb-7904e9613e0a2fc38e9abc06a916dea6a009c7b4.tar.gz |
Move gdb_argv to gdbsupport
This moves the gdb_argv class to a new header in gdbsupport.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 8f367bf4634..ed75d3dfc15 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -27,6 +27,7 @@ #include "cli-script.h" #include "completer.h" #include "gdbsupport/intrusive_list.h" +#include "gdbsupport/buildargv.h" /* Not a set/show command. Note that some commands which begin with "set" or "show" might be in this category, if their syntax does |