From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14484 invoked by alias); 12 Feb 2004 09:58:33 -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 14473 invoked from network); 12 Feb 2004 09:58:31 -0000 Received: from unknown (HELO babyruth.hotpop.com) (38.113.3.61) by sources.redhat.com with SMTP; 12 Feb 2004 09:58:31 -0000 Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id 63B9F106BF3 for ; Thu, 12 Feb 2004 09:56:39 +0000 (UTC) Received: from munco (unknown [203.129.254.138]) by smtp-3.hotpop.com (Postfix) with SMTP id 5D6EDD6C9A5 for ; Thu, 12 Feb 2004 09:48:51 +0000 (UTC) Message-ID: <059201c3f14e$ac8200d0$2b0110ac@munco> From: "murugesan" To: References: <4027E74B.6090805@gnu.org> <20040209223227.GA7344@nevyn.them.org> <40294BA1.3020906@gnu.org> <20040210222616.GA32636@nevyn.them.org> <006d01c3f051$f7a5c7c0$2e0110ac@mukco> Subject: how to include subdirectories too, for the source directory Date: Thu, 12 Feb 2004 09:58:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-SW-Source: 2004-02/txt/msg00120.txt.bz2 Hello all, I need to include a directory (including it's subdirectories ). I did that with gdb --directory=home --directory=/home/sub1 --directory=/home/sub2 ............ Is there a way to get out from this riddle to include recursively the subdirectories. Thanks Murugesan