Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gdb/linux/
Dutils.py126 target_arch = None variable
133 global target_arch
134 if target_arch is None:
135 target_arch = gdb.execute("show architecture", to_string=True)
136 return arch in target_arch