Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
A Dutils.py133 target_arch = None variable
140 global target_arch
141 if target_arch is None:
142 target_arch = gdb.execute("show architecture", to_string=True)
143 return arch in target_arch

Completed in 2 milliseconds