[6107] in Athena Bugs
pmax 7.1: dbx "trace" facility
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Wed Sep 26 09:57:59 1990
Date: Wed, 26 Sep 90 09:57:45 -0400
From: Ken Raeburn <Raeburn@MIT.Edu>
To: bugs@ATHENA.MIT.EDU
After setting a large number of trace points:
(dbx) trace subscr.__7ZStringPCci
[5] trace subscr.__7ZStringPCci
(dbx) trace subscr.__7ZStringRC7ZStringi
[6] trace subscr.__7ZStringRC7ZStringi
(dbx) trace subscr.__10ZStringRepPCc
[7] trace subscr.__10ZStringRepPCc
...
I typed "run", and was told that the relevant files were not compiled
with "-g". This is something that should have been determined when I
entered the "trace" commands, not when the program is ready to run.