|
@@ -1473,15 +1473,15 @@ function get_caller_frame(framebp:pointer;addr:pointer=nil):pointer;[INTERNPROC:
|
|
|
function get_frame:pointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
{$ENDIF}
|
|
|
|
|
|
-Function Get_pc_addr : CodePointer;
|
|
|
+Function Get_pc_addr : CodePointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
|
|
|
{ Writes at most 'count' caller stack frames to pre-allocated buffer pointed to
|
|
|
by 'frames', skipping 'skipframes' initial frames. Returns number of frames written. }
|
|
|
function CaptureBacktrace(skipframes,count:sizeint;frames:PCodePointer):sizeint;
|
|
|
|
|
|
-function get_caller_addr(framebp:pointer;addr:codepointer=nil):codepointer;
|
|
|
-function get_caller_frame(framebp:pointer;addr:codepointer=nil):pointer;
|
|
|
-procedure get_caller_stackinfo(var framebp : pointer; var addr : codepointer);
|
|
|
+function get_caller_addr(framebp:pointer;addr:codepointer=nil):codepointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
+function get_caller_frame(framebp:pointer;addr:codepointer=nil):pointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
+procedure get_caller_stackinfo(var framebp : pointer; var addr : codepointer);{$ifdef SYSTEMINLINE}inline;{$endif}
|
|
|
|
|
|
Function IOResult:Word;
|
|
|
Function SPtr:Pointer;[internconst:fpc_in_const_ptr];
|