Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: C syntax question Keywords: C, syntax, compiler Message-ID: <10305@smoke.BRL.MIL> Date: 22 May 89 21:09:23 GMT References: <2747@buengc.BU.EDU> <207600022@s.cs.uiuc.edu> <821@clyde.Concordia.CA> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <821@clyde.Concordia.CA> marcap@concour.CS.Concordia.CA (Marc Pawlowsky) writes: >I am looking for a public-domain trace utility for C. e.g. say when a >statement is about to execute. ... I also want to know >which sections of code have or have not been entered. If you have access to UNIX System V, check out the "ctrace" utility which does pretty much what you ask for. (That reminds me, I've devised a ctrace output postprocessor shell procedure that I use to instrument code. I suppose I should clean it up and post it.)