Getting this message inside gdb. I know its not an error or anything. I also did pagination so thats not an issue.
Is there any way to suppress this message?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was curious to see that this question was unanswered…
I obtained the GDB manual, and it says (in part – p33 of the PDF ‘Ninth Edition, for gdb version 7.0.50.20091228’):
The only concern I have about this is that it implies that you should not be seeing the messages by default. Just make sure that your settings match the default and do not override them.
Section 4.11 ‘Debugging Forks’ (pp38-40) looks relevant to you, too.