From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27482 invoked by alias); 10 Jun 2003 18:33:05 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 20565 invoked by uid 448); 10 Jun 2003 18:29:52 -0000 Date: Tue, 10 Jun 2003 18:33:00 -0000 Message-ID: <20030610182952.20564.qmail@sources.redhat.com> From: brolley@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx c ... X-SW-Source: 2003-q2/txt/msg00019.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2003-06-10 18:29:52 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h mainDynamic.cxx Log message: 2003-06-10 Dave Brolley * 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. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mainDynamic.cxx.diff?cvsroot=src&r1=1.3&r2=1.4