From f6a0749b96fb6fc56b13fa818938d64c073a7f91 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Aug 2018 04:26:54 +0000 Subject: .gdbinit: startup without shell for macOS Sierra and later git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gdbinit | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 2892e6ac5e..63cd706476 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,3 +1,5 @@ +set startup-with-shell off + define hook-run set $color_type = 0 set $color_highlite = 0 -- cgit v1.2.3