Next Prev Up Top Contents Index

map-process-backtrace

Function
Summary

Produces a backtrace for a process

Package

mp

Signature

map-process-backtrace process function

Arguments

process

A process

function

A funtion taking one argument

Values

None

Description

The map-process-backtrace function collects a backtrace for the process specified by process , and the function given by function (which is print by default) is called on each line of the backtrace.

See also

map-all-processes-backtrace


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index