Move gdb_regex to gdbsupport
This moves the gdb_regex convenience class to gdbsupport.
This commit is contained in:
parent
0589ca4e7b
commit
d322d6d69d
29 changed files with 36 additions and 34 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "command.h"
|
||||
#include "target.h"
|
||||
#include "frame.h"
|
||||
#include "gdb_regex.h"
|
||||
#include "gdbsupport/gdb_regex.h"
|
||||
#include "inferior.h"
|
||||
#include "gdbsupport/environ.h"
|
||||
#include "language.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue