]> 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, 12 Dec 2022 20:01:20 +0000 (20:01 +0000)
commit657a94e242485e6457215763e5c1055502ca6a79
tree0820e5a0001911f17e52c31e36e8f6c2d34aba0a
parent1bbadb330060b57fa327c63ae46533d1010c7a16
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