When I used Xcode to debug my iOS program, gdb displayed it on console view, and no error did occur.
I just want to know the specific meaning of the output “Current language: auto; currently objective-c”.
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.
It means that gdb is set to automatically infer the correct (programming) language from the source code associated with whatever frame you happen to be looking at.
From the GDB Manual: