Move gdb_regex to gdbsupport

This moves the gdb_regex convenience class to gdbsupport.
This commit is contained in:
Tom Tromey
2022-01-01 11:31:47 -07:00
parent 0589ca4e7b
commit d322d6d69d
29 changed files with 36 additions and 34 deletions

View File

@ -36,7 +36,7 @@
#include "objfiles.h"
#include "infcall.h"
#include "gdbcmd.h"
#include "gdb_regex.h"
#include "gdbsupport/gdb_regex.h"
#include "gdbsupport/enum-flags.h"
#include "gdbsupport/gdb_optional.h"
#include "gcore.h"