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? _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org http://lists.gnu.org/mailman/listinfo/help-smalltalk