Is there a way to display a nonlocal variable such as
g_currentThread->userContext->numSyscalls?
I know watch expression works in the expressions window but is that the only way? what I would like is something like display/print g_currentThread->userContext->numSyscalls in gdb. or something rolling over the variable numSyscalls and it would display the value. Thanks