| Re: [cdt-dev] Getting a list of global variables and their addresses |
On 27/10/2011 10:27 AM, Marc Khouzam wrote:
CDI/GDB uses the binary parser associated with the project to retrieve the list of global variables. The list of variables returned by "info variables" command can be very long and we had concerns that it would affect the performance. According gdb documentation 'symbol-list-variables' is supposed to be an MI equivalent of 'info variables' but it is not implemented yet. |