diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-27 23:43:11 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-27 23:43:11 -0400 |
commit | eaddb425928bb4ae21c0c6644b4bedf3d16cb6fa (patch) | |
tree | d3850c5da2fa7f2c86ed5bfca971fbf5859c0d5e /gdb/python/py-infthread.c | |
parent | 99078d344db25efc376877e0e4c95157f0c36c60 (diff) | |
download | binutils-eaddb425928bb4ae21c0c6644b4bedf3d16cb6fa.zip binutils-eaddb425928bb4ae21c0c6644b4bedf3d16cb6fa.tar.gz binutils-eaddb425928bb4ae21c0c6644b4bedf3d16cb6fa.tar.bz2 |
Remove usage of find_inferior in resume
Change find_inferior with find_thread. Since we can now pass arguments
directly instead of through a void pointer, we don't need the
visit_actioned_threads_data structure anymore.
gdb/gdbserver/ChangeLog:
* server.c (struct visit_actioned_threads_data): Remove.
(visit_actioned_threads): Change prototype to take arguments
directly.
(resume): Use find_thread instead of find_inferior.
Diffstat (limited to 'gdb/python/py-infthread.c')
0 files changed, 0 insertions, 0 deletions