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
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
scripts
/
gdb
/
install_lunadbg
diff --git a/lunaix-os/scripts/gdb/install_lunadbg
b/lunaix-os/scripts/gdb/install_lunadbg
new file mode 100644
(file)
index 0000000..
5c0de1d
--- /dev/null
+++ b/
lunaix-os/scripts/gdb/install_lunadbg
@@ -0,0
+1,4
@@
+#!/usr/bin/env bash
+
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+echo "source \"${SCRIPT_DIR}/gdbinit.py\"" >> ~/.gdbinit
\ No newline at end of file