Home
last modified time | relevance | path

Searched refs:HasError (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMonitorCommand.cs31 result = eater.HasError in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DCommandInteractionEater.cs98 public bool HasError => error.Length > 0; field in Antmicro.Renode.UserInterface.CommandInteractionEater