Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / scripts / gdb / lunadbg / arch / __init__.py
diff --git a/lunaix-os/scripts/gdb/lunadbg/arch/__init__.py b/lunaix-os/scripts/gdb/lunadbg/arch/__init__.py
new file mode 100644 (file)
index 0000000..dbb00ce
--- /dev/null
@@ -0,0 +1,4 @@
+import os
+
+if os.environ["LUNADBG_ARCH"].startswith("x86_"):
+    from .x86 import *
\ No newline at end of file