summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-09 14:29:17 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-01-09 14:29:18 -0800
commit0247ccddabd5305eeff09411c503125c31d4e0cd (patch)
treef28dcc5f29958a3732e7e28b21ba9db38fff266c /.gdbinit
parent40bf89872f1b5300040061e200468cac011dd67f (diff)
downloadruby-0247ccddabd5305eeff09411c503125c31d4e0cd.tar.gz
Fix a warning in .gdbinit
Warning: 'set logging on', an alias for the command 'set logging enabled', is deprecated. Use 'set logging enabled on'.
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 34d044caf6..7657d240c5 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1281,7 +1281,7 @@ end
# Details: https://bugs.ruby-lang.org/projects/ruby-master/wiki/MachineInstructionsTraceWithGDB
define trace_machine_instructions
- set logging on
+ set logging enabled
set height 0
set width 0
display/i $pc