]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move event-loop.[ch] 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:04 +0000 (14:10 -0600)
commit400b5eca00033a782467d28b23392b9cf428c2b1
tree2b9b74104979cec84b63c2ca4537e296eb115e6d
parent93b54c8ed3644a6604c5244faddf5dae7f60a743
Move event-loop.[ch] to gdbsupport/

This moves event-loop.[ch] to gdbsupport/ and updates the uses in gdb.

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

* run-on-main-thread.c: Update include.
* unittests/main-thread-selftests.c: Update include.
* tui/tui-win.c: Update include.
* tui/tui-io.c: Update include.
* tui/tui-interp.c: Update include.
* tui/tui-hooks.c: Update include.
* top.h: Update include.
* top.c: Update include.
* ser-base.c: Update include.
* remote.c: Update include.
* remote-notif.c: Update include.
* remote-fileio.c: Update include.
* record-full.c: Update include.
* record-btrace.c: Update include.
* python/python.c: Update include.
* posix-hdep.c: Update include.
* mingw-hdep.c: Update include.
* mi/mi-main.c: Update include.
* mi/mi-interp.c: Update include.
* main.c: Update include.
* linux-nat.c: Update include.
* interps.c: Update include.
* infrun.c: Update include.
* inf-loop.c: Update include.
* event-top.c: Update include.
* event-loop.c: Move to ../gdbsupport/.
* event-loop.h: Move to ../gdbsupport/.
* async-event.h: Update include.
* Makefile.in (COMMON_SFILES, HFILES_NO_SRCDIR): Update.

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

* event-loop.h: Move from ../gdb/.
* event-loop.cc: Move from ../gdb/.
33 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/async-event.h
gdb/event-top.c
gdb/inf-loop.c
gdb/infrun.c
gdb/interps.c
gdb/linux-nat.c
gdb/main.c
gdb/mi/mi-interp.c
gdb/mi/mi-main.c
gdb/mingw-hdep.c
gdb/posix-hdep.c
gdb/python/python.c
gdb/record-btrace.c
gdb/record-full.c
gdb/remote-fileio.c
gdb/remote-notif.c
gdb/remote.c
gdb/run-on-main-thread.c
gdb/ser-base.c
gdb/top.c
gdb/top.h
gdb/tui/tui-hooks.c
gdb/tui/tui-interp.c
gdb/tui/tui-io.c
gdb/tui/tui-win.c
gdb/unittests/main-thread-selftests.c
gdbsupport/ChangeLog
gdbsupport/Makefile.am
gdbsupport/Makefile.in
gdbsupport/event-loop.cc [moved from gdb/event-loop.c with 99% similarity]
gdbsupport/event-loop.h [moved from gdb/event-loop.h with 100% similarity]