Lines Matching full:report
11 from test_gdbstub import main, report
21 We check for any duplicate registers and report them. Return a
58 report(False, f"duplicate register {entry} vs {reg_map[name]}")
64 report(total_regs == len(reg_map.keys()),
116 report(False, f"{r_name} not in XML description")
122 report(False, f"{r_name} {r_regnum} == {x_regnum} (xml)")
126 report(total_regs == total_r_regs + total_r_elided_regs,
161 report(False, f"failed to read reg: {name}")
167 through all the registers we know about and report which ones have
189 report(False, f"failed to read {name} at end of run")
197 report(changed > 0, f"{changed} registers were changed")