summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-19 04:02:46 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-19 04:02:46 +0000
commit0625188d3e925136645f2a99f6280dbf689dc0e2 (patch)
tree336db6f2ef42316d5bb3415ab5f679efa29ebc69 /.gdbinit
parent9ceff56669112f5cad6d7538ba358f6c1c72b1cf (diff)
fixed statics having bad offsets
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 7fc534d..f50340a 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,3 +1,3 @@
target remote localhost:1234
-add-symbol-file kc/core/kernel.os 0xffffffff80001000 -s .data 0xffffffff80006000
+add-symbol-file kc/core/kernel.os -o 0xffffffff80000000