This is the mail archive of the sid-cvs@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sid/main/dynamic ChangeLog commonCfg.cxx c ...


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  <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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]