adjust exec_param to keep track of sp_el0, fix incorrect use sys regs
[lunaix-os.git] / lunaix-os / scripts / gdb / lunadbg / arch / __init__.py
1 import os
2
3 if os.environ["LUNADBG_ARCH"].startswith("x86_"):
4     from .x86 import *