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

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