How can I disable new thread/thread exited messages in gdb? February 8, 2023 by Tarik You can turn off thread events while running gdb: set print thread-events off