ar | Creates an archive library. | Yes | Yes |
chatr | Changes an executable file's internal
attributes. | Yes | Yes |
elfdump | Displays information about a 64-bit ELF
object file. | No | Yes |
fastbind | Improves start-up time of programs that
use shared libraries. | Yes | Yes |
file | Determines a file type and lists its
attributes. | Yes | Yes |
getconf | Gets configurable system information. | Yes | Yes |
HP DDE debugger [1] | Helps you find run-time errors in programs. | Yes | Yes |
HP GDB debugger (vers.1.0) [1] | Helps you find run-time errors in programs. | Yes | No |
HP PAK: puma,
ttv[1] | Analyzes program performance. Puma displays
program performance based on statistical samplings. TTV displays
thread traces. | Yes | Yes |
lint
[2] | Detects bugs, non-portable, and inefficient
code in C programs. | Yes | Yes |
ldd | Shows shared libraries used by a program
or shared library. | No | Yes |
make | Manages program builds. | Yes | Yes |
nm | Displays symbol table information. | Yes | Yes |
profilers: prof,
gprof | Helps you locate parts of a program most
frequently executed. Using this data, you may restructure programs
to improve performance. | Yes | Yes |
size | Prints text, data, and bss (uninitialized
data) section sizes of an object file. | Yes | Yes |
strip | Strips symbol table and line numbers
from an object file. | Yes | Yes |