Last change
on this file since 0170798 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
941 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | NAME
|
---|
| 2 | calls -- map the calling structure of a set of functions
|
---|
| 3 |
|
---|
| 4 | SYNOPSIS
|
---|
| 5 |
|
---|
| 6 | calls [-aehitv] [-d level] [-f function] [-F function[/file.c]]
|
---|
| 7 | [-w width] [-T prefix] [-D define] [-U undefine] [-I include-dir]
|
---|
| 8 | [filename|-]*
|
---|
| 9 |
|
---|
| 10 | DESCRIPTION
|
---|
| 11 |
|
---|
| 12 | Produces a map of the calling structure of the functions in the named
|
---|
| 13 | files, or stdin, on stdout.
|
---|
| 14 |
|
---|
| 15 | OPTIONS
|
---|
| 16 |
|
---|
| 17 | a print all calls in every function body
|
---|
| 18 | d output debug information
|
---|
| 19 | e index external functions too
|
---|
| 20 | f,F start calling trace at given function
|
---|
| 21 | h print this message
|
---|
| 22 | i print an index of defined functions
|
---|
| 23 | v list only called functions in index output
|
---|
| 24 | t terse, list only trees that are requested
|
---|
| 25 | T temp file prefix
|
---|
| 26 | w set output width (default = 96)
|
---|
| 27 | D,U,I as in cpp
|
---|
| 28 |
|
---|
| 29 | BUGS
|
---|
| 30 |
|
---|
| 31 | This hacked up version for GEMDOS will only do 2 files at a time
|
---|
| 32 | due to bugs in GEMDOS. More than 2 files will cause it to fail
|
---|
| 33 | with a "too many files open" error.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.