home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vnet.ibm.com
- From: francis@vnet.ibm.com (Tim Francis)
- Message-ID: <19930108.140519.842@almaden.ibm.com>
- Date: Fri, 8 Jan 93 17:04:59 EST
- Subject: does C Set/2 produce Xrefs like the ibm rs/6000 cc
- Newsgroups: comp.os.os2.programmer
- References: <8z!302_@rpi.edu>
- Reply-To: francis@vnet.ibm.com
- Organization: IBM Canada Lab, WorkFrame/2 development
- Disclaimer: This posting represents the poster's views, not those of IBM
- Lines: 15
-
- In article <8z!302_@rpi.edu>,
- gilem@aix.rpi.edu (Michael R. Gile) writes:
- >
- >I am not familar with the C Set/2 compiler, but would be interested
- >to know if it can produce Xref's like the IBM RS/6000 compiler. This
- >is a very rare feature among C compilers, yet is is VERY useful when
- >debugging code, especially if you didn't write it, because it gives
- >locations of declarations, and notes where a variable is modified.
- >I have yet to see a compiler for a pc that would readily generate this
- >information in such a useful form.
- >
- >Mike
- >gilem@rpi.edu
-
- The /Lx option will cause C Set/2 to generate a cross reference table. -tim
-