Move gdb_argv to gdbsupport

This moves the gdb_argv class to a new header in gdbsupport.
This commit is contained in:
Tom Tromey
2020-02-25 18:14:19 -07:00
parent 5947982f1d
commit 7904e9613e
18 changed files with 220 additions and 185 deletions

View File

@@ -44,6 +44,7 @@
#include "gdbsupport/gdb_unlinker.h"
#include "gdbsupport/pathstuff.h"
#include "gdbsupport/scoped_ignore_signal.h"
#include "gdbsupport/buildargv.h"