From: Frank <frannk_m1@yahoo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Patch to show address definition based on file/line number with e xtra flags in the nm command
Date: Wed, 19 Oct 2005 19:54:25 -0700 (PDT) [thread overview]
Message-ID: <20051020025426.892.qmail@web32207.mail.mud.yahoo.com> (raw)
In-Reply-To: <4A062D477D842B4C8FC48EA5AF2D41F201527F0D@us-bv-m23.global.tektronix.net>
at the top level directory:
find . -name "*.[sSch]" -print >cscope.files
--- atul.sabharwal at exgate.tek.com wrote:
> This is a nit but instead of tracing code using cscope/ctags
> or fgrep, this
> method
> Makes code tracing lot quicker. Unless you have an IDE :)
>
> I have used cscope but have not been able to search symbols at
> a top level
> Directory from a directory N level deep. Any tips
> appreciated.
>
>
> --- /login/asabharw/lxhome/u-boot-1.1.3/Makefile 2005-08-13
> 16:53:35.000000000 -0700
> +++ Makefile 2005-10-17 18:59:37.000000000 -0700
> @@ -194,7 +194,7 @@
> \( -name CVS -prune \) -o \( -name '*.[ch]' -print
> \)`
>
> System.map: u-boot
> - @$(NM) $< | \
> + $(NM) -A -l $< | \
> grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw]
> \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
> sort > System.map
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads,
> discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
next prev parent reply other threads:[~2005-10-20 2:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-20 1:10 [U-Boot-Users] Patch to show address definition based on file/line number with e xtra flags in the nm command atul.sabharwal at exgate.tek.com
2005-10-20 2:54 ` Frank [this message]
2005-10-20 13:46 ` Detlev Zundel
2005-10-21 5:48 ` Frank
2005-10-21 15:02 ` Frank
2005-10-24 8:42 ` Detlev Zundel
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=20051020025426.892.qmail@web32207.mail.mud.yahoo.com \
--to=frannk_m1@yahoo.com \
--cc=u-boot@lists.denx.de \
/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