]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove usages of find_thread when calling need_step_over_p
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 20 Nov 2017 03:23:27 +0000 (22:23 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 20 Nov 2017 03:23:27 +0000 (22:23 -0500)
commiteca55aec1d919b69e0d61c91367f8b4d25bc7c43
tree9c6d9f40205365f123236467df093fa38572d084
parent25c28b4d153ced950cc8702aafb054d6f14f6a02
Remove usages of find_thread when calling need_step_over_p

Replace with find_thread.

gdb/gdbserver/ChangeLog:

* linux-low.c (need_step_over_p): Return bool, remove dummy
argument.
(linux_resume, proceed_all_lwps): Use find_thread.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c