Searched refs:target_arch (Results 1 – 2 of 2) sorted by relevance
171 target_arch = None variable178 global target_arch179 if target_arch is None:180 target_arch = gdb.execute("show architecture", to_string=True)181 return arch in target_arch
201 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))
Completed in 4 milliseconds