Next Previous Up Top Contents Index

4.2 Functions and definitions

4.2.4 Function callers and callees

The commands described in this section, require that LispWorks is producing cross-referencing information. This information is produced by turning source debugging on while compiling and loading the relevant definitions (seetoggle-source-debugging in the LispWorks Reference Manual).

List Callers

Editor Command

Argument: function
Key sequence: None
Produces a Collection Viewer window listing those functions that call function. The name of the current top-level definition is offered as a default value for function. A prefix argument automatically causes this default value to be used.
List Callees

Editor Command

Argument: function
Key sequence: None
Produces a Collection Viewer window listing those functions that are called by function. The name of the current top-level definition is offered as a default value for function. A prefix argument automatically causes this default value to be used.
Show Paths To

Editor Command

Argument: function
Key sequence: None
Produces a Collection Graph Viewer window showing the callers of function. The name of the current top-level definition is offered as a default value for function. A prefix argument automatically causes this default value to be used.
Show Paths From

Editor Command

Argument: function
Key sequence: None
Produces a Collection Graph Viewer window showing the function calls from function. The name of the current top-level definition is offered as a default value for function. A prefix argument automatically causes this default value to be used.

LispWorks Editor User Guide - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker