This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

size of non local variables


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]