summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-02 18:00:24 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-02 18:00:24 +0000
commita41f11851c23390510a8cf9d0a932b9d08636fb0 (patch)
tree1e069e269b79680ce49c366d72b774ada59ac80d /.gdbinit
parent52f80ab3393ad0b8d11718d2b060e2e5a6f4870b (diff)
make my debugging life easier
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000..14cbe46
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,4 @@
+target remote localhost:1234
+symbol-file kernel/kernel.os
+break kernel_entry
+