DebuggerInputFile Class

Definition

Line 702 of cmsxk/File.cm

Inheritance

Constructors & Destructor

public nothrow DebuggerInputFile()

Member Functions

public override bool Echo() const
public override int GetFGPID()
public override nothrow bool IsConsole() const
public override long Read(Machine& machine, Process* reader, ulong bufferAddress, long count)
public override void SetEcho(bool echo)
public override void SetFGPID(int pid)

Member Variables

private String<char> bufferedInput

Constructor& Destructor Details

DebuggerInputFile Constructor

public nothrow DebuggerInputFile()

Definition
Line 704 of cmsxk/File.cm


Member Function Details

Echo Member Function

public override bool Echo()

Definition
Line 740 of cmsxk/File.cm


GetFGPID Member Function

public override int GetFGPID()

Definition
Line 747 of cmsxk/File.cm


IsConsole Member Function

public override nothrow bool IsConsole()

Definition
Line 736 of cmsxk/File.cm


Read Member Function

public override long Read(Machine& machine, Process* reader, ulong bufferAddress, long count)

Definition
Line 707 of cmsxk/File.cm


SetEcho Member Function

public override void SetEcho(bool echo)

Definition
Line 744 of cmsxk/File.cm


SetFGPID Member Function

public override void SetFGPID(int pid)

Definition
Line 753 of cmsxk/File.cm