help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re : [Help-smalltalk] Passing a struct to a c-callout


From: Holger Hans Peter Freyther
Subject: Re: Re : [Help-smalltalk] Passing a struct to a c-callout
Date: Fri, 18 Feb 2011 17:41:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

On 02/18/2011 05:26 PM, Mathieu Suen wrote:
> Hi
> 
> I have break into the #initWithContentRect:styleMask:backing:defer: 
> objective-c 
> method
> and I get the first argument passed as a pointer in $rdx which is wrong since 
> the method expected to be in the stack (The size of the struct is more than 
> 8byte and the ABI specify that it should be on the stack).

What prevents you from having the break point when you enter the objective c
world? too many other calls? you could try a conditional breakpoint?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]