/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/UserInterface/ |
D | MonitorInitHandler.cs | 19 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
|
D | PlatformDescriptionMachineExtensions.cs | 68 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/ |
D | RenodeKeywords.cs | 24 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/ |
D | veer_el2-tock.resc | 21 htif = monitor.Machine["sysbus.htif"] 22 bus = monitor.Machine.SystemBus 31 monitor.Machine.Pause()
|
D | segger-rtt.py | 11 bus = monitor.Machine.SystemBus
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/ |
D | CoSimulationPlugin.cs | 15 public CoSimulationPlugin(Monitor monitor) in CoSimulationPlugin() argument
|
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/ |
D | WiresharkPlugin.cs | 16 public WiresharkPlugin(Monitor monitor) in WiresharkPlugin() argument
|
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/ |
D | README.rst | 21 (monitor) $output_file=@/tmp/output.pcm 22 (monitor) include @scripts/complex/litex_i2s/litex_vexriscv_i2s.resc
|
/Renode-v1.15.3-c57714d/scripts/ |
D | monitor.py | 86 monitor.Parse(line) 94 __getitem__ = lambda _, name: monitor.GetVariable(name),
|
/Renode-v1.15.3-c57714d/tools/sel4_extensions/ |
D | README.md | 24 $ 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/ |
D | fe310_shell.resc | 16 monitor.Parse("q")
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | echo-i2c-peripheral.py | 53 dummy = monitor.Machine[path]
|
D | Renesas_RA8M1.robot | 44 ... ${SPACE*4}dummy = monitor.Machine[path]
|
D | Zedboard.robot | 273 # Check target monitor feature
|
/Renode-v1.15.3-c57714d/scripts/complex/socketcan_bridge/ |
D | README.rst | 25 (monitor) start @scripts/complex/socketcan_bridge/nucleo_h743zi-socketcanbridge.resc
|
/Renode-v1.15.3-c57714d/scripts/multi-node/ |
D | nrf52840-ble-zephyr.resc | 6 # `peripheral` works as such a monitor and generates dummy heart-rate values.
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | monitor-tests.robot | 11 Execute Command py "monitor.SuggestionNeeded('${suggestion}')"
|
D | hooks.robot | 15 …Execute Command cpu AddHook `cpu PC` "monitor.Parse('log \\"message from the cpu hook\\"'…
|
/Renode-v1.15.3-c57714d/images/ |
D | renode-screencast.svg | 190 …monitor commands from: /opt/renode/scripts/monitor.py</text><text x="648" textLength="176" class="…
|
/Renode-v1.15.3-c57714d/ |
D | README.md | 177 --hide-monitor Do not show the Monitor window
|
D | CHANGELOG.rst | 386 * 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
|