diff options
| author | Ada Christine <adachristine18@gmail.com> | 2026-05-20 23:04:06 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2026-05-20 23:04:06 +0000 |
| commit | edc42358664e9d70227e274273321ab032394a7e (patch) | |
| tree | 54fd2de509c9c3cae911cad04328308f28afb0cc /.gdbinit | |
| parent | 0e61096ab498c12ffd0fd2eb993deb31a0a50b09 (diff) | |
new thread code works fine
Diffstat (limited to '.gdbinit')
| -rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ target remote localhost:1234 add-symbol-file kc/core/kernel.os -o 0xffffffff80000000 -break i8042_callback +break sleeping_thread_callback |
