Browse Source

* main.c (main): Dump managed resources when --output is specified.

svn path=/trunk/mono/; revision=50274
Ankit Jain 20 years ago
parent
commit
f0d5639536
2 changed files with 5 additions and 0 deletions
  1. 4 0
      mono/dis/ChangeLog
  2. 1 0
      mono/dis/main.c

+ 4 - 0
mono/dis/ChangeLog

@@ -1,3 +1,7 @@
+2005-09-20  Ankit Jain  <[email protected]>
+
+	* main.c (main): Dump managed resources when --output is specified.
+
 2005-09-08  Ankit Jain  <[email protected]>
 
 	* monodis.1: Document --customattr, --declsec, --forward-decls, --implmap,

+ 1 - 0
mono/dis/main.c

@@ -1754,6 +1754,7 @@ main (int argc, char *argv [])
 						 argv [i]+9, strerror (errno));
 					exit (1);
 				}
+				dump_managed_resources = TRUE;
 				continue;
 			} else if (strncmp (argv [i], "--filter=", 9) == 0) {
 				load_filter (argv [i]+9);