]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
inferior::clear_thread_list always silent
authorPedro Alves <pedro@palves.net>
Thu, 30 Jun 2022 12:04:07 +0000 (13:04 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 18 Jul 2022 16:34:41 +0000 (17:34 +0100)
commit1defe16643a666406265e50306ab459a34e237d1
tree112e5d8a0719356b7f075d4597cad4b8c307b45f
parentd36b9b577c1d088b3ee2dcb882fe8546962bc510
inferior::clear_thread_list always silent

Now that the MI mi_thread_exit observer ignores "silent", there's no
difference between inferior::clean_thread_list with silent true or
false.  And for the CLI, clean_thread_list() never printed anything
either.  So we can eliminate the 'silent' parameter.

Change-Id: I90ff9f07537d22ea70986fbcfe8819cac7e06613
gdb/inferior.c
gdb/inferior.h
gdb/thread.c