2004-01-26 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Mon, 26 Jan 2004 15:44:01 +0000 (15:44 -0000)
committerMartin Baulig <martin@novell.com>
Mon, 26 Jan 2004 15:44:01 +0000 (15:44 -0000)
commit6650b44e1a7c1f4bcb40a2065a350f175f2ab94c
treee75e96303ec4fc1725d2eecf4963ab0aaf24f849
parentec26c7c7042289878f0655c42977a74c3f7ea81d
2004-01-26  Martin Baulig  <martin@ximian.com>

* dis/main.cs (--show-tokens): New command line argument to show
type tokens in the disassembly.

* dis/get.c (get_typedef, get_typespec, get_typeref): If
`show_tokens', include the token in the type name.
(get_type): Do some type parsing here and include the token in the
returned type name if requested.
(get_method): Include tokens if requested.

svn path=/trunk/mono/; revision=22502
mono/dis/ChangeLog
mono/dis/get.c
mono/dis/get.h
mono/dis/main.c