I am trying to debug an application written in c++, compiled for an ARM based processor running linux.
When the application intermittently crashes, it stops at a certain thread and I assume that thread is where is the fault is (segmentation fault).
My problem is, I am having trouble identifying WHAT this thread is. I see that the following printed in eclipse when GDB is running.
What are the numbers underlined in blue and is there a way for me to access them programmatically, so that I know where to look in the code ?