Re: [Valgrind-users] Conditional jump or move depends on uninitialised value and its reason

2011-12-21 Thread Hannu Vuolasaho
> Date: Fri, 16 Dec 2011 17:18:09 -0800 > From: jrei...@bitwagon.com > To: valgrind-users@lists.sourceforge.net > Subject: Re: [Valgrind-users] Conditional jump or move depends on > uninitialised value and its reason > > > I'm using Arch Linux and found

Re: [Valgrind-users] Valgrind script to print program counter values

2011-12-21 Thread Eric Schulte
Just to follow up, this was fairly easy to do with ptrace. I'll attach the small resulting C file below in case anyone is interested, or to seed future Google searches. #include #include #include #include #include #include // Compilation: gcc -o tracer tracer-64.c // Usage: ./tracer ./prog