Re: [Valgrind-users] Unrecognised instruction

2013-11-26 Thread Joël Krähemann
Am Dienstag, den 26.11.2013, 00:18 +0100 schrieb Mark Wielaard: On Mon, Nov 25, 2013 at 10:40:40PM +, Tom Hughes wrote: On 25/11/13 22:06, Joël Krähemann wrote: Hi, I get this nice error message out of valgrind while starting or using my application and I don't know why.

Re: [Valgrind-users] Unrecognised instruction

2013-11-26 Thread Mark Wielaard
On Tue, 2013-11-26 at 09:25 +0100, Joël Krähemann wrote: Am Dienstag, den 26.11.2013, 00:18 +0100 schrieb Mark Wielaard: On Mon, Nov 25, 2013 at 10:40:40PM +, Tom Hughes wrote: On 25/11/13 22:06, Joël Krähemann wrote: Hi, I get this nice error message out of valgrind while

[Valgrind-users] How to make instrumentation run AFTER its corresponding guest instruction

2013-11-26 Thread Jersey
Hi, all: I am trying to use valgrind to do value profiling at specified address of guest instruction. By adding my own instrumentation codes for each Ist_Mark in the MC_(instrument) function, as the way Lackey does, I am able to pause the guest program at specific instruction address