Unit 'DbgIntfDebuggerBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggerintf]

TCallStackEntry

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dbgintfdebuggerbase.pp line 822

type TCallStackEntry = class(TFreeNotifyingObject)

protected

  function GetArgumentCount;

  

  function GetArgumentName();

  

  function GetArgumentValue();

  

  property Arguments: TStrings; [r]

  

  function GetFunctionName; virtual;

  

  function GetSource; virtual;

  

  function GetValidity; virtual;

  

  procedure SetValidity(); virtual;

  

  procedure InitFields();

  

public

  constructor Create;

  

  function CreateCopy; virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); virtual;

  

  procedure Init();

  

  procedure ClearLocation; virtual;

  

  function GetFunctionWithArg;

  

  property Address: TDBGPtr; [r]

  

  property ArgumentCount: Integer; [r]

  

  property ArgumentNames []: string; [r]

  

  property ArgumentValues []: string; [r]

  

  property FunctionName: string; [r]

  

  property Index: Integer; [r]

  

  property Line: Integer; [r]

  

  property Source: string; [r]

  

  property Validity: TDebuggerDataState; [rw]

  

end;

Inheritance

TCallStackEntry

  

|

TObject



CT Web help

CodeTyphon Studio