Thread Name Display
VisualGDB automatically queries the thread names from the
Android system and displays them in the Thread list. Simply
call
pthread_setname_np() from your code to set a descriptive
name for a thread and VisualGDB will show it in the thread
list.