From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gary Newsgroups: gmane.emacs.help Subject: Re: Call graph emacs tool Date: Sat, 21 Aug 2010 18:18:44 +0200 Message-ID: <838w406isb.fsf@garydjones.name> References: <87pqxdtg40.fsf@gmail.com> <87iq34ta5x.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282407570 17058 80.91.229.12 (21 Aug 2010 16:19:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2010 16:19:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 21 18:19:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Omqn2-0004ez-MM for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Aug 2010 18:19:29 +0200 Original-Received: from localhost ([127.0.0.1]:41971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omqn1-0000A3-VU for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Aug 2010 12:19:28 -0400 Original-Received: from [140.186.70.92] (port=55304 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omqmc-00009y-DN for help-gnu-emacs@gnu.org; Sat, 21 Aug 2010 12:19:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omqma-00028b-Su for help-gnu-emacs@gnu.org; Sat, 21 Aug 2010 12:19:02 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47173) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omqma-00028U-MH for help-gnu-emacs@gnu.org; Sat, 21 Aug 2010 12:19:00 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OmqmW-0004Sg-Ce for help-gnu-emacs@gnu.org; Sat, 21 Aug 2010 18:18:56 +0200 Original-Received: from 80-219-87-195.dclient.hispeed.ch ([80.219.87.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Aug 2010 18:18:56 +0200 Original-Received: from help-gnu-emacs by 80-219-87-195.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Aug 2010 18:18:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 80-219-87-195.dclient.hispeed.ch User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (cygwin) Cancel-Lock: sha1:30d/QNzJYy0iQB2KKhMMK+OXdWs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74764 Archived-At: George Kadianakis wrote: > I'd like it to be able to give me code paths that span > multiple files (cflow can only process a single source file). > [1]: http://www.gnu.org/software/cflow/manual/cflow.html#Direct-and-Reverse Are you sure? "GNU cflow analyzes a *collection of* C source files and prints a graph, charting control flow within the program." (my emphasis).