Home
last modified time | relevance | path

Searched defs:cpuName (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DCpuKeywords.cs23 public void PcShouldBeEqual(ulong value, string machine = null, string cpuName = null) in PcShouldBeEqual()
36 …void RegisterShouldBeEqual(int register, ulong value, string machine = null, string cpuName = null) in RegisterShouldBeEqual()
55 …public void RunUntilBreakpoint(float timeout, string machine = null, string cpuName = null, ulong?… in RunUntilBreakpoint()