summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 12:29:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 12:29:20 +0200
commit4b139d9287358011fddb672f2a4e5b377c2278ed (patch)
tree7f41e49051f7f79491ee3b7e11b568360c964334 /README
parent50dcbcbe2a661f55da0037b0a545ff8d2c3ef890 (diff)
downloadabaos-4b139d9287358011fddb672f2a4e5b377c2278ed.tar.gz
abaos-4b139d9287358011fddb672f2a4e5b377c2278ed.tar.bz2
easier debugging with ncurses mode and local gdbinit file
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 1e20d0b..38574df 100644
--- a/README
+++ b/README
@@ -52,6 +52,12 @@ gdb) symbol-file kernel.sym
gdb) break entry
gdb) c
+or make a enable execution of the local .gdbinit file in 'src'
+with the following settings in the user ~/.gdbinit
+
+set auto-load local-gdbinit
+set auto-load safe-path /
+
links
-----