This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 6d83e819df Fix typo in poison.h new 634a3254c8 Remove usage of find_inferior in regcache_invalidate_pid new c91bb56b06 Remove usage of find_inferior in lynx_mourn new da25033cd9 Remove usages of find_inferior in linux-mips-low.c new 8dc7b443a6 Remove find_inferior_id new 83e1b6c13a Remove find_inferior_in_random new e4eb0dec0b Remove usage of find_inferior in last_thread_of_process_p new 798a38e8de Remove usage of find_inferior in linux_detach new 6b2a85daf5 Remove usage of find_inferior in linux_mourn new 454296a2c1 Remove usage of find_inferior in find_lwp_pid new a1385b7b88 Remove usages of find_inferior calling not_stopped_callback new 39a64da5fc Remove usages of find_inferior in select_event_lwp new 5a6b0a41df Remove usage of find_inferior in linux_stabilize_threads new df3e4dbe66 Remove usages of find_inferior in stop_all_lwps new c80825ff32 Remove usage of find_inferior in linux_resume new e2b4407579 Remove usages of find_inferior that call proceed_one_lwp new 8f86d7aa85 Update comments new 9521758bf9 Remove find_inferior new f004534791 Remove for_each_inferior new c0e15c9bfd Remove for_each_inferior_with_data
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/gdbserver/ChangeLog | 140 +++++++++++++++ gdb/gdbserver/inferiors.c | 63 +------ gdb/gdbserver/inferiors.h | 13 -- gdb/gdbserver/linux-low.c | 377 ++++++++++++++++++----------------------- gdb/gdbserver/linux-mips-low.c | 37 ++-- gdb/gdbserver/lynx-low.c | 16 +- gdb/gdbserver/regcache.c | 17 +- gdb/gdbserver/server.c | 38 ++--- gdb/gdbserver/thread-db.c | 8 +- gdb/gdbserver/win32-low.c | 29 +--- 10 files changed, 352 insertions(+), 386 deletions(-)