diff options
author | 2025-01-31 17:27:22 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:04 +0000 | |
commit | 013c7990146a327c3bee2f4b24f379c89c6d2b06 (patch) | |
tree | a58976cc66fd7ee26c9378fe8ffce688144b1bd2 /home | |
parent | f7f6991552828c3491494a36c3662d258f80b522 (diff) | |
download | dotfiles-013c7990146a327c3bee2f4b24f379c89c6d2b06.tar.gz dotfiles-013c7990146a327c3bee2f4b24f379c89c6d2b06.tar.bz2 dotfiles-013c7990146a327c3bee2f4b24f379c89c6d2b06.zip |
Add gdb config
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/gdb/gdbearlyinit | 1 | ||||
-rw-r--r-- | home/.config/gdb/gdbinit | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/home/.config/gdb/gdbearlyinit b/home/.config/gdb/gdbearlyinit new file mode 100644 index 0000000..b73aa96 --- /dev/null +++ b/home/.config/gdb/gdbearlyinit @@ -0,0 +1 @@ +set startup-quietly on diff --git a/home/.config/gdb/gdbinit b/home/.config/gdb/gdbinit new file mode 100644 index 0000000..b85d4f8 --- /dev/null +++ b/home/.config/gdb/gdbinit @@ -0,0 +1,5 @@ +set debuginfod enabled on +set logging enabled on +set logging file /tmp/trace.log +thread apply all backtrace full +set confirm off |