|
From: Lazaros L. <laz...@gm...> - 2012-12-06 19:58:24
|
Hi, I am developing a new tool of valgrind, in which I want to print only traces that belong to a specific global array. What I need to know is the starting address, the size and the name of the array. My idea is to read the dwarf debug info in order to take all the above information which I know that is included into the .debug_info section. My problem is that I can not read this information using the valgrinds functions. Could anyone give me any directions on how to do this? Thanks in advance, Lazaros |