Lines Matching +full:reg +full:- +full:names
4 # This is launched via tests/guest-debug/run-test.py but you can also
7 # SPDX-License-Identifier: GPL-2.0-or-later
22 reg_map hash containing the names, regnums and initial values of
31 xml = gdb.execute("maint print xml-tdesc", False, True)
42 regs = f.findall("reg")
47 top = int(regs[-1].attrib["regnum"])
82 Cross-check the list of remote-registers with the XML info.
85 remote = gdb.execute("maint print remote-registers", False, True)
129 print(f"xml-tdesc has {total_regs} registers")
130 print(f"remote-registers has {total_r_regs} registers")
138 print(f"{x_reg} wasn't seen in remote-registers")
161 report(False, f"failed to read reg: {name}")