Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "murugesan" <mukeshgct@hotpop.com>
To: "Bob Rossi" <bob@brasko.net>
Cc: <gdb@sources.redhat.com>
Subject: Re: how to include subdirectories too, for the source directory
Date: Fri, 13 Feb 2004 04:23:00 -0000	[thread overview]
Message-ID: <010701c3f1e8$e5b8b520$2b0110ac@munco> (raw)
In-Reply-To: <20040212130720.GA3926@white>

Thanks BOB &Michael.
I am off way in my attempt.

Regards,
Murugesan
----- Original Message ----- 
From: Bob Rossi 
To: murugesan 
Cc: gdb@sources.redhat.com 
Sent: Thursday, February 12, 2004 6:37 PM
Subject: Re: how to include subdirectories too, for the source directory


On Thu, Feb 12, 2004 at 03:27:40PM +0530, murugesan wrote:
> 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.

Generate the names given a directory with a command. For example,
(find directoryName -type d | perl -pi -e 's/(.*)/--directory=$1/')
That will generate a '--directory=dir' for every directory in
directoryName. 

What you need looks like it can easily be accomplished outside of GDB.

Bob Rossi



  reply	other threads:[~2004-02-13  4:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-09 20:02 Pending breakpoints and scripts Andrew Cagney
2004-02-09 22:32 ` Daniel Jacobowitz
2004-02-10 21:22   ` Andrew Cagney
2004-02-10 22:26     ` Daniel Jacobowitz
2004-02-11  3:48       ` System calls debugging MuthuKumar-Hotpop
2004-02-12  9:58         ` how to include subdirectories too, for the source directory murugesan
2004-02-12 13:07           ` Bob Rossi
2004-02-13  4:23             ` murugesan [this message]
2004-02-11 14:31       ` Pending breakpoints and scripts Andrew Cagney
2004-02-11 14:47         ` Daniel Jacobowitz
2004-02-17 19:24           ` Andrew Cagney
2004-02-17 19:31             ` Daniel Jacobowitz
2004-02-17 19:39               ` Andrew Cagney
2004-02-17 19:41                 ` Daniel Jacobowitz
2004-02-17 20:07                   ` Jeff Johnston
2004-02-17 20:14                     ` Andrew Cagney
2004-02-17 20:15                       ` Daniel Jacobowitz
2004-02-17 20:13                   ` Andrew Cagney
2004-02-17 20:15                     ` Daniel Jacobowitz
2004-02-17 20:30                       ` Andrew Cagney
2004-02-17 20:35                         ` Daniel Jacobowitz
2004-02-19 22:42           ` [RFA]: Patch for pending " Jeff Johnston
2004-02-23 15:56             ` Andrew Cagney
2004-02-12 12:07 how to include subdirectories too, for the source directory Michael Elizabeth Chastain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='010701c3f1e8$e5b8b520$2b0110ac@munco' \
    --to=mukeshgct@hotpop.com \
    --cc=bob@brasko.net \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox