home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!unido!prim!dave
- From: prim!dave@germany.eu.net (Dave Griffiths)
- Newsgroups: comp.sys.next.programmer
- Subject: Tracing method calls in gdb
- Message-ID: <1992Jul31.235937.450@prim>
- Date: 31 Jul 92 23:59:37 GMT
- Organization: Primitive Software Ltd.
- Lines: 8
-
- I find that quite often I would like to trace the methods that are being
- called during execution of a program. Has anybody got a gdb script that
- will do this? Presumably it's possible to put a break into something like
- objc_msgSend() that will print the object name and method and then continue?
-
- Thanks for any help,
-
- Dave Griffiths
-