I am trying to debug an application written in C ++ compiled for an ARM based processor using linux.
When the application is interrupted, it stops in a specific thread, and I assume that the thread is where the segmentation fault is.
My problem is that I am having problems defining WHAT this thread. I see that after GDB is launched, it is printed in an eclipse.
What are the numbers underlined in blue, and do I have access to them programmatically so that I know where to look for the code?

source share