gdb 'pmeth' command.
Godmar Back
gback at cs.utah.edu
Wed Dec 8 19:40:38 PST 1999
Kiyo,
thanks. I think I already fixed that a while ago in the cvs.
- Godmar
>
>
> For 1.0.5, pmeth definition in gdbinit shall be changed as follows.
>
> Kiyo
>
> diff -ur kaffe-1.0.5.orig/developers/gdbinit kaffe-1.0.5/developers/gdbinit
> --- kaffe-1.0.5.orig/developers/gdbinit Mon Oct 18 14:23:54 1999
> +++ kaffe-1.0.5/developers/gdbinit Wed Dec 8 15:37:41 1999
> @@ -81,7 +81,8 @@
>
> define pmeth
> printf "%s.%s;%s: %p %p\n", ($arg0).class.name.data, ($arg0).name.data, \
> - ($arg0).signature.data, ($arg0).c.ncode.ncode_start, ($arg0).c.ncode.ncode_end
> + ($arg0).parsed_sig.signature.data, ($arg0).c.ncode.ncode_start, \
> + ($arg0).c.ncode.ncode_end
> end
> document pmeth
> Print full name of a method <meth>
>
More information about the kaffe
mailing list