From cf9f6df3c037f5ebaa91e27d08bc0505817120d1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Jul 2018 09:57:17 +0200 Subject: [PATCH] misc: gdb: cleanup comments --- misc/gdb/gdbinit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/misc/gdb/gdbinit b/misc/gdb/gdbinit index 01b5d8b..2c6b879 100644 --- a/misc/gdb/gdbinit +++ b/misc/gdb/gdbinit @@ -1,6 +1,6 @@ # GDB (GNU debugger) configuration file. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2018 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,9 +16,8 @@ # along with this file. If not, see . -# Save command history. +# Save command history and increase size. set history save on -# And save more entries. set history size 10000 @@ -27,7 +26,7 @@ set history size 10000 set extended-prompt (\[\e[01;32m\]gdb\e[00m\]) -# Default output base is 16 (hex). +# Set default output base to hex. set output-radix 16 # Always disassemble next command/instruction. Very useful when debugging code -- 2.43.2