diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-19 04:02:46 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-19 04:02:46 +0000 |
| commit | 0625188d3e925136645f2a99f6280dbf689dc0e2 (patch) | |
| tree | 336db6f2ef42316d5bb3415ab5f679efa29ebc69 /.gdbinit | |
| parent | 9ceff56669112f5cad6d7538ba358f6c1c72b1cf (diff) | |
fixed statics having bad offsets
Diffstat (limited to '.gdbinit')
| -rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
