Move gdb_select.h to gdbsupport/
authorTom Tromey <tom@tromey.com>
Mon, 13 Apr 2020 18:42:59 +0000 (12:42 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 13 Apr 2020 20:10:03 +0000 (14:10 -0600)
commit06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f
tree818bbfd82f66ffd6101f11d68f621f0b2fba9364
parent8ae8e197961644c3621591d0ac5738e7efff64da
Move gdb_select.h to gdbsupport/

This moves gdb_select.h to gdbsupport/, so it can be used by other
code there.

gdb/ChangeLog
2020-04-13  Tom Tromey  <tom@tromey.com>

* gdb_select.h: Move to ../gdbsupport/.
* event-loop.c: Update include path.
* top.c: Update include path.
* ser-base.c: Update include path.
* ui-file.c: Update include path.
* ser-tcp.c: Update include path.
* guile/scm-ports.c: Update include path.
* posix-hdep.c: Update include path.
* ser-unix.c: Update include path.
* gdb_usleep.c: Update include path.
* mingw-hdep.c: Update include path.
* inflow.c: Update include path.
* infrun.c: Update include path.
* event-top.c: Update include path.

gdbsupport/ChangeLog
2020-04-13  Tom Tromey  <tom@tromey.com>

* gdb_select.h: Move from ../gdb/.
16 files changed:
gdb/ChangeLog
gdb/event-loop.c
gdb/event-top.c
gdb/gdb_select.h [deleted file]
gdb/guile/scm-ports.c
gdb/inflow.c
gdb/infrun.c
gdb/mingw-hdep.c
gdb/posix-hdep.c
gdb/ser-base.c
gdb/ser-tcp.c
gdb/ser-unix.c
gdb/top.c
gdb/ui-file.c
gdbsupport/ChangeLog
gdbsupport/gdb_select.h [new file with mode: 0644]
This page took 0.025031 seconds and 4 git commands to generate.