2004-12-10 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Fri, 10 Dec 2004 02:10:47 +0000 (02:10 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 10 Dec 2004 02:10:47 +0000 (02:10 -0000)
commit286631ce6bdfb0711a27a6e4f8e2cc68fb49fb0e
tree4e5530ea0eeb63d071630286d1b815e6805e6e2a
parent4b210b38e9c9fb7f218a67305dd48227beaa30c2
2004-12-10  Martin Baulig  <martin@ximian.com>

Started to add generics support to monodis.

* get.c (get_typedef_or_ref): Added `MonoGenericContext *'.
(get_field_signature, get_field): Likewise.
(get_methodref_signature, get_methodspec): Likewise.
        (get_token, get_token_type, get_typespec): Likewise.
        (get_method, get_method_type_param): Likewise.
(get_method_override, dis_stringify_method_signature): Likewise.
(get_type, get_ret_type, get_param): Likewise.

* dis-cil.c (disasemble_cil): Added `MonoGenericContext *'.

svn path=/trunk/mono/; revision=37538
mono/dis/ChangeLog
mono/dis/dis-cil.c
mono/dis/dis-cil.h
mono/dis/dump.c
mono/dis/get.c
mono/dis/get.h
mono/dis/main.c