diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:55:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:55:39 +0300 |
commit | 41d04ee68d480aeab3c4228f624017b2645915f9 (patch) | |
tree | a1a6879d6cd910f5ea00493bd60f723762924d23 | |
parent | gdb: save command history (diff) | |
download | linux-home-41d04ee68d480aeab3c4228f624017b2645915f9.tar.gz linux-home-41d04ee68d480aeab3c4228f624017b2645915f9.zip |
gdb: confirm off
-rw-r--r-- | %HOME%/.gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.gdbinit b/%HOME%/.gdbinit index ac2e7b1..634809d 100644 --- a/%HOME%/.gdbinit +++ b/%HOME%/.gdbinit @@ -7,3 +7,5 @@ set disassembly-flavor intel set history save on set history filename ~/.gdb-history set history size 1000 + +set confirm off |