From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: Tracepoints documentation Date: Thu, 22 Mar 2001 00:03:00 -0000 Message-id: References: <15033.5608.117159.559866@kwikemart.cygnus.com> X-SW-Source: 2001-03/msg00411.html On Wed, 21 Mar 2001, Elena Zannoni wrote: > I retireved from my dusty mailbox some tracepoint documentation that > was written some time back (when the tracepoints were originally > implemented) (1998, that is). I reformatted it from a .doc file. This > should be suitable for inclusion in the gdb user's manual. Thanks! > The texinfo/info formatting is not very well done. I'll leave that to > you. :-) Will do. > Hope it is useful. Unfortunately there isn't a remote target that > supports tracepoints at the moment, so we cannot verify that all works > as claimed. Understood. I still have one aspect of tracepoints that I couldn't figure out, though. The original paper about tracepoints (presented by Jim and Michael during some conference, I think) mentions a program called ``Introspect'' which serves as the remote agent for tracepoints. Is it indeed needed, and if so, where is its source?