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

TGDBInstruction.Create

Declaration

Source position: gdbmidebuginstructions.pp line 81

public constructor TGDBInstruction.Create(

  ACommand: string;

  AFlags: TGDBInstructionFlags = [];

  ATimeOut: Integer = 0

);

constructor TGDBInstruction.Create(

  ACommand: string;

  AThread: Integer;

  AOtherFlags: TGDBInstructionFlags = [];

  ATimeOut: Integer = 0

);

constructor TGDBInstruction.Create(

  ACommand: string;

  AThread: Integer;

  AFrame: Integer;

  AOtherFlags: TGDBInstructionFlags = [];

  ATimeOut: Integer = 0

);



CT Web help

CodeTyphon Studio