Searched refs:target_arch (Results 1 – 2 of 2) sorted by relevance
166 target_arch = None variable173 global target_arch174 if target_arch is None:175 target_arch = gdb.execute("show architecture", to_string=True)176 return arch in target_arch
201 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))