aboutsummaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-04-13 12:42:59 -0600
committerTom Tromey <tromey@adacore.com>2020-04-13 14:10:03 -0600
commit58cf28e860429822ab0aa93a56e130c4430df396 (patch)
treea9909c52189750a8aa038e7acc61178b32168c5a /zlib
parentb7f999aee35f1a40739adea8b11805ceef061c95 (diff)
downloadgdb-58cf28e860429822ab0aa93a56e130c4430df396.zip
gdb-58cf28e860429822ab0aa93a56e130c4430df396.tar.gz
gdb-58cf28e860429822ab0aa93a56e130c4430df396.tar.bz2
Move start_event_loop out of event-loop.c
A subsequent patch is going to move event-loop.c to gdbsupport. In a review of an earlier version of this series, Pedro pointed out that the resulting code would be cleaner if start_event_loop were not shared -- because gdb and gdbserver have some different needs here -- and so this moves start_event_loop to main.c. Because the only caller is there, it is also now static. gdb/ChangeLog 2020-04-13 Tom Tromey <tom@tromey.com> * event-loop.h (start_event_loop): Don't declare. * event-loop.c (start_event_loop): Move... * main.c (start_event_loop): ...here. Now static.
Diffstat (limited to 'zlib')
0 files changed, 0 insertions, 0 deletions