Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DCommandInteractionEater.cs35 public string GetError() in GetError() method in Antmicro.Renode.UserInterface.CommandInteractionWrapper
105 public string GetError() in GetError() method in Antmicro.Renode.UserInterface.CommandInteractionEater
DMonitor.cs342 writer.WriteError(eater.GetError()); in ExecuteWithResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DWatchCommand.cs41 var error = eater.GetError(); in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMonitorCommand.cs32 ? eater.GetError() in Run()