JCL Help:TStackFrame
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TStackFrame Record
[+] JclDebug.pas Records
[+] TStackFrame Fields
Search in JCL Help
Search in all projects
Summary
Stack frame information.
Pascal
PStackFrame = ^TStackFrame;
public TStackFrame = record
CallerFrame: TJclAddr;
CallerAddr: TJclAddr;
end;
Members
Members | Description |
CallerFrame: TJclAddr; | Callers frame register (EBP/RBP) |
CallerAddr: TJclAddr; | Address of caller |
Description
TStackFrame holds stack frame information.
About
Unit
Donator
Hallvard Vassbotn
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page