Remove usages of find_inferior in handle_status
authorSimon Marchi <simon.marchi@ericsson.com>
Sat, 28 Oct 2017 03:41:49 +0000 (23:41 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Sat, 28 Oct 2017 03:41:49 +0000 (23:41 -0400)
commit99078d344db25efc376877e0e4c95157f0c36c60
tree6027141c675b92cd1be62f6892b42b0f55c9903f
parentb5540b5f2b9cd5fcbac6504359b856d3f43267b5
Remove usages of find_inferior in handle_status

Replace one with find_thread, the other with for_each_thread.

gdb/gdbserver/ChangeLog:

* server.c (queue_stop_reply_callback): Change prototype, return
void.
(find_status_pending_thread_callback): Remove.
(handle_status): Replace find_inferior with find_thread and
for_each_thread.
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c
This page took 0.025264 seconds and 4 git commands to generate.