Introduction to debugging and analyzing C and C++ programs
Debugging and analyzing C and C++ programs
discusses some of the tools which help you to:
-
analyze and debug C and C++ programs
-
find ways to make your programs more efficient.
These tools include:
debug, lprof, prof and fprof
(UDK mode only; not in OSR mode), and cscope.
For a description of the C and C++ compilation system, see
Programming in standard C and C++.
For details concerning other compilation system tools, see
Software development tools
and
Programming with system calls and libraries.
For implementation-specific details not covered in this book,
refer to the
Application Binary Interface
for your machine.
Next topic:
Program debugging
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005