Remove usage of find_inferior in linux_resume
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Dec 2017 01:36:42 +0000 (20:36 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Dec 2017 01:36:42 +0000 (20:36 -0500)
commitc80825ff32ba805982ef5e66e4fa1a80e019d47d
tree5202430415f612a57b9fc554ebfe38ac04158fcb
parentdf3e4dbe661e522cc63d3dab15c3974713fba4dd
Remove usage of find_inferior in linux_resume

Replace with for_each_thread.

gdb/gdbserver/ChangeLog:

* linux-low.c (linux_resume_one_thread): Return void, take
parameter directly.
(linux_resume): Use for_each_thread.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
This page took 0.024697 seconds and 4 git commands to generate.