Changes between Version 4 and Version 5 of MemoryUtils
- Timestamp:
- Mar 30, 2010, 4:30:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MemoryUtils
v4 v5 175 175 176 176 [Function][[BR]] 177 '''core-print-call-history''' ` &key (stream t) origindetailed-p`178 179 Attempts to find and describe the stack stored in the core file. The arguments are as for `print-call-history`.177 '''core-print-call-history''' `core-process &key (stream t) detailed-p` 178 179 Attempts to find and describe the stack for core process `core-process` stored in the core file. The description is printed to the stream `stream`. If `detailed-p` is true, lists the values stored in each stack frame. 180 180 181 181