Hi, I know that gdb will print non local variable names and file name in which they are defined , when we run 'info variables' command. Is it possible to print the size of the non local varibles also? like the size of 'int global[100]' is 400bytes ...like that???? thanks in advance.