Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Getting a list of global variables and their addresses

Hello all,

 

I’m extending the memory views so they have an additional pane which shows which where symbols reside in memory. I only need to do so for the global variables and I can get the information I need from GDB using the MI commands –symbol-list-variables (or –symbol-info-symbol) but I don’t think these are used anywhere in DSF.

 

Is there currently a recommended way of getting a list of the global variables and their addresses or do I need to start from scratch?

 

Any suggestions about the best way to proceed would be appreciated.

 

Thanks in advance

 

Phil Mason

 

 


Back to the top