Unit 'GDBMIDebugger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_debuggergdbmi]

TGDBMIInternalBreakPoint

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

Declaration

Source position: gdbmidebugger.pp line 738

type TGDBMIInternalBreakPoint = class

protected

  procedure Clear();

  

  property BreakId []: Integer; [r]

  

  property BreakAddr []: TDBGPtr; [r]

  

  property BreakFile []: string; [r]

  

  property BreakLine []: string; [r]

  

public

  constructor Create();

  

  procedure SetBoth();

  

  procedure SetByName();

  

  procedure SetByAddr();

  

  procedure SetAtCustomAddr();

  

  procedure SetAtLineOffs();

  

  procedure SetAtFileLine();

  

  function ClearId();

  

  function ClearAndBlockId();

  

  function MatchAddr();

  

  function MatchId();

  

  function IsBreakSet;

  

  function BreakSetCount;

  

  procedure EnableOrSetByAddr();

  

  procedure Enable();

  

  procedure Disable();

  

  property MainAddrFound: TDBGPtr; [r]

  

  property UseForceFlag: Boolean; [rw]

  

  property Enabled: Boolean; [r]

  

  property SetByAddrMethod: TInternBrkSetMethod; [rw]

  

end;

Inheritance

TGDBMIInternalBreakPoint

  

|

TObject



CT Web help

CodeTyphon Studio