Related articles |
---|
Parsing C Code to insert debugging/profiling lines at@daffy.ukbf.fu-berlin.de (1995-11-09) |
Re: Parsing C Code to insert debugging/profiling lines thefuzz@bix.com (1995-11-14) |
Newsgroups: | comp.unix.programmer,comp.compilers |
From: | thefuzz@bix.com (thefuzz) |
Followup-To: | comp.unix.programmer,comp.compilers |
Keywords: | C, parse, debug |
Organization: | BIX |
References: | 95-11-082 |
Date: | Tue, 14 Nov 1995 02:50:00 GMT |
Andreas Thiel (at@daffy.ukbf.fu-berlin.de) wrote:
: I'm searching for a tool (yacc/lex or c- code) which allows
: me to parse c-code and include e. g. printf statements to
: debbug the code and create profiling informations.
: Are there any other usefull c-programmer tools out there
: like dmalloc cdebug? Any ftp/html-site??
: Thanks in advanced
On many systems there is a utility called 'ctrace' that
can be used to create a modified source file which prints
the C statements as it runs. The areas printed can be
selectively turned on and off.
Bob
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.