git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
lunaix-os/scripts/gdb/lunadbg/arch/__init__.py
@@ -0,0
+1,4
@@
+import os
+
+if os.environ["LUNADBG_ARCH"].startswith("x86_"):
+ from .x86 import *
\ No newline at end of file