Home
last modified time | relevance | path

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

/scripts/gdb/linux/
A Dutils.py171 target_arch = None variable
178 global target_arch
179 if target_arch is None:
180 target_arch = gdb.execute("show architecture", to_string=True)
181 return arch in target_arch
A Dinterrupts.py201 raise gdb.GdbError("Unsupported architecture: {}".format(target_arch))

Completed in 4 milliseconds