Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/gdb/linux/
Dutils.py143 target_arch = None variable
150 global target_arch
151 if target_arch is None:
152 target_arch = gdb.execute("show architecture", to_string=True)
153 return arch in target_arch