开发者

gdb - thread log

While I try开发者_如何学Pythoning to debug a 'C' program with gdb, I always get the following continuously on the gdb console.

[Thread 0xb7fe4b70 (LWP 30576) exited] [New Thread 0xb7fe4b70 (LWP 30577)] [Thread 0xb7fe4b70 (LWP 30577) exited] [New Thread 0xb7fe4b70 (LWP 30578)] [Thread 0xb7fe4b70 (LWP 30578) exited]

Is there any reason why this is printed? And anyway to block this?

note: the program makes use of timers. Is that a possible cause?


set print thread-events off

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜