How can I disable new thread/thread exited messages in gdb? How can I disable new thread/thread exited messages in gdb? linux linux

How can I disable new thread/thread exited messages in gdb?


You can turn off thread events while running gdb:

set print thread-events off