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

TDBGDisassemblerEntryRange

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

Declaration

Source position: dbgintfdebuggerbase.pp line 1070

type TDBGDisassemblerEntryRange = class

public

  procedure Clear;

  

  function Append();

  

  procedure Merge();

  

  function FirstAddr;

  

  function LastAddr;

  

  function ContainsAddr();

  

  function IndexOfAddr();

  

  function IndexOfAddrWithOffs();

  

  property Count: Integer; [rw]

  

  property Capacity: Integer; [rw]

  

  property Entries []: TDisassemblerEntry; [r]

  

  property EntriesPtr []: PDisassemblerEntry; [r]

  

  property LastEntryEndAddr: TDBGPtr; [rw]

  

  property RangeStartAddr: TDBGPtr; [rw]

  

  property RangeEndAddr: TDBGPtr; [rw]

  

end;

Inheritance

TDBGDisassemblerEntryRange

  

|

TObject



CT Web help

CodeTyphon Studio