Next: , Previous: How Arguments are Printed, Up: Stack Frames


5.3.3 Function Names

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>).