Next: Debug Tail Recursion, Previous: How Arguments are Printed, Up: Stack Frames
If a function is defined by defun it will appear in backtrace by that name. Functions defined by labels and flet will appear as (FLET <name>) and (LABELS <name>) respectively. Anonymous lambdas will appear as (LAMDBA <lambda-list>).
defun
labels
flet
(FLET <name>)
(LABELS <name>)
(LAMDBA <lambda-list>)