Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/gdb/linux/
Dutils.py111 target_arch = None variable
118 global target_arch
119 if target_arch is None:
120 target_arch = gdb.execute("show architecture", to_string=True)
121 return arch in target_arch