[Ltrace-devel] [PATCH] Apply workaround for exec() only on linux

Andrey Zonov zont at FreeBSD.org
Thu Jan 31 06:22:10 UTC 2013


On 1/31/13 2:34 AM, Petr Machata wrote:
> Andrey Zonov <zont at FreeBSD.org> writes:
> 
>> index dd1eaaa..ebe0307 100644
>> --- a/handle_event.c
>> +++ b/handle_event.c
>> @@ -488,6 +488,7 @@ handle_exec(Event *event)
>>
>>         continue_process(proc->pid);
>>
>> +#ifdef __linux__
>>         /* After the exec, we expect to hit the first executable
>>          * instruction.
>>          *
> 
> We need continue_after_exec for this, similar to how we have other
> continue_after's.  I put a patch to this effect on master.  Would you
> like this on 0.7 branch as well, or is it all the same to you?
> 

Master would be enough, thank you.

-- 
Andrey Zonov

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 535 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/ltrace-devel/attachments/20130131/cd6bfcc3/attachment.pgp>


More information about the Ltrace-devel mailing list