OSDN Git Service

2003-06-10 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Tue, 10 Jun 2003 18:29:51 +0000 (18:29 +0000)
committerbrolley <brolley>
Tue, 10 Jun 2003 18:29:51 +0000 (18:29 +0000)
commitb7e2f2332c11f40affb6e3cd6ee3087579aeed86
treec68243b73b28a19c76b6cfa9e9d11976ea5555e4
parenta8ea93f8850098a225f56cc4105b3511fd1e9d86
2003-06-10  Dave Brolley  <brolley@redhat.com>

        * mainDynamic.cxx (usage): Document --ulog-* options.
        (try_add_memory): Don't make the base of the mapping zero by default.
        (Defs): New members: ulog_level, ulog_mode, ulog_file.
        (option_num): New members: opt_ulog_level, opt_ulog_mode,
        opt_ulog_file.
        (long_options): Add ulog-*.
        (main): Provide defaults for ulog-*. Handle opt_ulog_*.
        * commonCfg.h (struct UlogCfg): New struct.
        (SessionCfg): Now inherits UlogCfg.
        (add_ulog_file): New method of SessionCfg.
        (ulog_map): New member of SessionCfg.
        (BoardCfg): Now inherits UlogCfg.
        * commonCfg.cxx (SessionCfg): Add a ulog mapping for "-" to ulog_map.
        (add_ulog_file): New method of SeessionCfg.
        (BoardCfg): Initialize UlogCfg.
        (add_memory): Set the base for the mapping to 0.
sid/main/dynamic/ChangeLog
sid/main/dynamic/commonCfg.cxx
sid/main/dynamic/commonCfg.h
sid/main/dynamic/mainDynamic.cxx