Re: [fpc-devel] Calling methods from within gdb

2011-09-13 Thread Michael Schnell
Sounds good ! Thanks, -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Calling methods from within gdb

2011-09-13 Thread Jonas Maebe
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

Re: [fpc-devel] Calling methods from within gdb

2011-09-13 Thread Joost van der Sluis
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

Re: [fpc-devel] Calling methods from within gdb

2011-09-12 Thread Jonas Maebe
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