Re: [Valgrind-users] getting type information for local and global variables?

2023-08-01 Thread Mark Wielaard
Hi Tia, On Tue, 2023-08-01 at 08:56 -0500, Tia Newhall wrote: > I'm building a valgrind tool, and as part of its functionality I need to get (and ultimately print out) local and global variable values based on their C types. However, I do not see a way to get detailed type information for locals

[Valgrind-users] getting type information for local and global variables?

2023-08-01 Thread Tia Newhall
hi, I'm building a valgrind tool, and as part of its functionality I need to get (and ultimately print out) local and global variable values based on their C types. However, I do not see a way to get detailed type information for locals and globals via the tool public interface. The stack and