From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8910 invoked by alias); 22 Mar 2004 21:29:16 -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 8805 invoked by uid 448); 22 Mar 2004 21:28:56 -0000 Date: Mon, 22 Mar 2004 21:29:00 -0000 Message-ID: <20040322212856.8804.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: 2004-q1/txt/msg00087.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2004-03-22 21:28:56 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h mainDynamic.cxx Log message: 2004-03-22 Dave Brolley * mainDynamic.cxx (main): Call add_board in place of add_child. * commonCfg.h (add_gdb): New method of SessionCfg. (add_board): Ditto. (write_config): Ditto. (board_count): New member of SessionCfg. (gdb_count): Ditto. * commonCfg.cxx (SessionCfg): Initialize board_count and gdb_count. (SessionCfg::write_config): New method. (set_gdb): Call sess->add_gdb. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.18&r2=1.19 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mainDynamic.cxx.diff?cvsroot=src&r1=1.5&r2=1.6