find_overload_match for constructor

Jan Kratochvil jan.kratochvil@redhat.com
Fri May 29 11:35:00 GMT 2015


On Fri, 29 May 2015 13:29:31 +0200, Weller wrote:
> Anyone got any ideas how this could be achieved?

Officially it is not supported.

I remember I achieved that one by calling malloc() and passing the address as
the first parameter to a constructor (its 'this') but that is a hack.

It should be supported by the 'compile code' integration with GCC but its C++
part is not yet ready.


Jan



More information about the Gdb mailing list