From 8cfad6a6b15e97d7a753558ebd34f8a9798196f6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Dec 2015 03:13:29 -0500 Subject: output, mdso_output_export_symbols(): initial implementation. --- src/skin/mdso_skin_default.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/skin') diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c index c12f371..cf65a3f 100644 --- a/src/skin/mdso_skin_default.c +++ b/src/skin/mdso_skin_default.c @@ -8,5 +8,11 @@ const struct argv_option mdso_default_options[] = { {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0, "show usage information [listing %s options only]"}, + {"pretty", 'p',TAG_PRETTY,ARGV_OPTARG_REQUIRED,"yaml",0, + "format output for parsing by %s"}, + + {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0, + "print exported symbols" }, + {0} }; -- cgit v1.2.3