From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23130 invoked by alias); 10 Feb 2003 22:28:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23123 invoked from network); 10 Feb 2003 22:28:05 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 10 Feb 2003 22:28:05 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h1AMS3B12096; Mon, 10 Feb 2003 16:28:03 -0600 Date: Mon, 10 Feb 2003 22:28:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302102228.h1AMS3B12096@duracef.shout.net> To: bob_rossi@cox.net, gdb-patches@sources.redhat.com Subject: Re: Adding -file-list-exec-source-file command to GDB/MI X-SW-Source: 2003-02/txt/msg00267.txt.bz2 Hi Bob, I am not an MI maintainer, but I noticed a couple of things? (1) Your patch is missing mi-cmd-file.c -- you need to include it as an attachment. Or you can run 'diff -N' and pick it up inside the diff. (2) Normally people don't submit the ChangeLog entries as diffs because 'patch' is always out of sync. We just list them as text at the start of the file. (3) The most painful -- do you and/or your company have a copyright assignment for gdb on file with the Free Software Foundation? Michael C