Sounds good !
Thanks,
-Michael
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
On 13 Sep 2011, at 13:46, Joost van der Sluis wrote:
I think I have that patch applied. Calling functions in itself does
work, even when they use Borland fastcall. The problem is that it does
not work for a method, this inside a class.
I've found the patch again:
http://www.hu.freepascal.org
On Mon, 2011-09-12 at 23:07 +0200, Jonas Maebe wrote:
> On 12 Sep 2011, at 22:05, Joost van der Sluis wrote:
>
> > Does someone knows a trick how to make gdb call a method (function) from
> > a class?
>
> It requires a patch to gdb. I'm fairly sure I already sent it to you in the
> past. It was
On 12 Sep 2011, at 22:05, Joost van der Sluis wrote:
> Does someone knows a trick how to make gdb call a method (function) from
> a class?
It requires a patch to gdb. I'm fairly sure I already sent it to you in the
past. It was part of an, incomplete, patch set to also add support for the
Borl