Let\'s say I have an array in C++:
double* velocity = new double[100];
Using the GDB command line, I can view this array with the command:<
You can use gdb syntax as expressions:
'*velocity @ 100'