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
|
@ -24,7 +24,7 @@
|
|||
#include "target.h" /* For baud_rate, remote_debug and remote_timeout. */
|
||||
#include "gdbsupport/gdb_wait.h" /* For shell escape implementation. */
|
||||
#include "gdbcmd.h"
|
||||
#include "gdb_regex.h" /* Used by apropos_command. */
|
||||
#include "gdbsupport/gdb_regex.h" /* Used by apropos_command. */
|
||||
#include "gdb_vfork.h"
|
||||
#include "linespec.h"
|
||||
#include "expression.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue