diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-06 23:01:37 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-06 23:01:37 +0100 |
commit | 62868f5308281cf1aca57f7fe27b7163c6425062 (patch) | |
tree | 86851e0912791bcfaeb8360658578726a851d67a /%HOME% | |
parent | ssh: remove obsolete hosts (diff) | |
download | linux-home-62868f5308281cf1aca57f7fe27b7163c6425062.tar.gz linux-home-62868f5308281cf1aca57f7fe27b7163c6425062.zip |
gdb: increase history size
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gdbinit | 2 |
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 |