[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] print command from gdb onto variables window?

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