1

Is there a way to tell gdb not to show messages of the form

[New Thread 0x7fffc8ff9700 (LWP 32104)]
[Thread 0x7fffc8ff9700 (LWP 32104) exited]

i Have to debug an application with millions of these messages which slow down everything - i can't seem to get to the problematic code...

0

1 Answer 1

4
(gdb) set print thread-events off

Documentation here.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.