Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 21 of 21) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/UserInterface/
DMonitorInitHandler.cs19 public MonitorInitHandler(Machine machine, Monitor monitor) in MonitorInitHandler() argument
22 this.monitor = monitor; in MonitorInitHandler()
40 monitor.Parse(monitorCommand); in Execute()
57 private readonly Monitor monitor; field in Antmicro.Renode.PlatformDescription.UserInterface.MonitorInitHandler
DPlatformDescriptionMachineExtensions.cs68 var monitor = ObjectCreator.Instance.GetSurrogate<Monitor>(); in PrepareDriver()
69 var usingResolver = new UsingResolver(monitor.CurrentPathPrefixes); in PrepareDriver()
70 var monitorInitHandler = new MonitorInitHandler(machine, monitor); in PrepareDriver()
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRenodeKeywords.cs24 monitor = ObjectCreator.Instance.GetSurrogate<Monitor>(); in RenodeKeywords()
26 if(!(monitor.Interaction is CommandInteractionWrapper)) in RenodeKeywords()
28 monitor.Interaction = new CommandInteractionWrapper(monitor.Interaction); in RenodeKeywords()
34 var interaction = monitor.Interaction as CommandInteractionWrapper; in Dispose()
35 monitor.Interaction = interaction.UnderlyingCommandInteraction; in Dispose()
55 var interaction = monitor.Interaction as CommandInteractionWrapper; in ExecuteCommand()
59 if(!monitor.Parse(command)) in ExecuteCommand()
80 return monitor.ExecutePythonCommand(command); in ExecutePython()
107 var interaction = monitor.Interaction as CommandInteractionWrapper; in ExecuteScript()
110 if(!monitor.TryExecuteScript(path, interaction)) in ExecuteScript()
[all …]
/Renode-v1.15.3-c57714d/scripts/single-node/
Dveer_el2-tock.resc21 htif = monitor.Machine["sysbus.htif"]
22 bus = monitor.Machine.SystemBus
31 monitor.Machine.Pause()
Dsegger-rtt.py11 bus = monitor.Machine.SystemBus
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/
DCoSimulationPlugin.cs15 public CoSimulationPlugin(Monitor monitor) in CoSimulationPlugin() argument
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWiresharkPlugin.cs16 public WiresharkPlugin(Monitor monitor) in WiresharkPlugin() argument
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/
DREADME.rst21 (monitor) $output_file=@/tmp/output.pcm
22 (monitor) include @scripts/complex/litex_i2s/litex_vexriscv_i2s.resc
/Renode-v1.15.3-c57714d/scripts/
Dmonitor.py86 monitor.Parse(line)
94 __getitem__ = lambda _, name: monitor.GetVariable(name),
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DREADME.md24 $ gdb-multiarch -ex 'target remote :3333' -ex 'monitor cpu CreateSeL4' \
25 -ex 'source path/to/gdbscript.py' -ex 'monitor start'
/Renode-v1.15.3-c57714d/tools/guest_cache/renode_scripts/
Dfe310_shell.resc16 monitor.Parse("q")
/Renode-v1.15.3-c57714d/tests/platforms/
Decho-i2c-peripheral.py53 dummy = monitor.Machine[path]
DRenesas_RA8M1.robot44 ... ${SPACE*4}dummy = monitor.Machine[path]
DZedboard.robot273 # Check target monitor feature
/Renode-v1.15.3-c57714d/scripts/complex/socketcan_bridge/
DREADME.rst25 (monitor) start @scripts/complex/socketcan_bridge/nucleo_h743zi-socketcanbridge.resc
/Renode-v1.15.3-c57714d/scripts/multi-node/
Dnrf52840-ble-zephyr.resc6 # `peripheral` works as such a monitor and generates dummy heart-rate values.
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dmonitor-tests.robot11 Execute Command py "monitor.SuggestionNeeded('${suggestion}')"
Dhooks.robot15 …Execute Command cpu AddHook `cpu PC` "monitor.Parse('log \\"message from the cpu hook\\"'…
/Renode-v1.15.3-c57714d/images/
Drenode-screencast.svg190monitor commands from: /opt/renode/scripts/monitor.py</text><text x="648" textLength="176" class="…
/Renode-v1.15.3-c57714d/
DREADME.md177 --hide-monitor Do not show the Monitor window
DCHANGELOG.rst386 * failures in monitor-tests.Should Pause Renode under certain conditions
1074 * monitor-tests: Use virtual time in the pause test
1441 * ``currentTime`` monitor command with information about elapsed host and virtual time
1511 * PAC1934 power monitor model
2077 * GDB server can be configured to autostart after the first "monitor halt" received