Searched refs:target_arch (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dutils.py166 target_arch = None variable
173 global target_arch
174 if target_arch is None:
175 target_arch = gdb.execute("show architecture", to_string=True)
176 return arch in target_arch
H A Dinterrupts.py201 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))

Completed in 248 milliseconds