|
From: Julian S. <js...@ac...> - 2017-05-12 08:55:42
|
Yeah, to echo Ivo's point -- what you're looking at is a list of the blocks the first time they are executed -- because at that point they have to be instrumented. It's not an execution trace. All this really tells you is that the block at 0x6D04798 (the call target) has already been instrumented. You should be able to find evidence of that earlier in the debug output. So to return to the original question -- do you have some other reason to believe that bits of code that should be executed, are being missed? J |