aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-11-06 23:01:37 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-11-06 23:01:37 +0100
commit62868f5308281cf1aca57f7fe27b7163c6425062 (patch)
tree86851e0912791bcfaeb8360658578726a851d67a
parentssh: remove obsolete hosts (diff)
downloadlinux-home-62868f5308281cf1aca57f7fe27b7163c6425062.tar.gz
linux-home-62868f5308281cf1aca57f7fe27b7163c6425062.zip
gdb: increase history size
-rw-r--r--%HOME%/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.gdbinit b/%HOME%/.gdbinit
index 1ce9e2a..1952cc6 100644
--- a/%HOME%/.gdbinit
+++ b/%HOME%/.gdbinit
@@ -14,7 +14,7 @@ set disassembly-flavor intel
set history save on
set history filename ~/.gdb-history
-set history size 1000
+set history size 10000
set debuginfod enabled on