From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32263 invoked by alias); 9 Feb 2003 21:31:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32256 invoked from network); 9 Feb 2003 21:31:29 -0000 Received: from unknown (HELO white) (68.14.146.65) by 172.16.49.205 with SMTP; 9 Feb 2003 21:31:29 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 18hz2u-0002gx-00 for ; Sun, 09 Feb 2003 16:31:28 -0500 Date: Sun, 09 Feb 2003 21:31:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Adding file to gdb Message-ID: <20030209213128.GB10166@white> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2003-02/txt/msg00171.txt.bz2 Is the gdb-patches@sources.redhat.com mailing list more appropriate for this Email? If I am going to submit a patch that adds a single file to gdb, do I need to submit a patch of the Makefile changes also? Or will the maintainer automatically fix the Makefile.am and configure code to do this? To be explicit, the file I added is src/gdb/mi/mi-cmd-file.c The Makefile I edited was src/gdb/Makefile The other files I modified are, src/gdb/mi/ChangeLog -> Describing change src/gdb/mi/gdbmi.texinfo -> Documenting change src/gdb/mi/mi-cmds.c -> Added -file-list-exec-source-file -> displays current line and absolute path -> to file src/gdb/mi/mi-cmds.h -> adds prototype of new mi function Is this all I need to do? Or is there something else I should do before I submit the patch? Also, Should I do the context diff from src/ using 'cvs diff -c' ? Thanks for your help, Bobby