mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: initialize color sequences
* .gdbinit (hook-run): initialize color sequences for each runs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94daa860e5
commit
3016b65abf
1 changed files with 6 additions and 0 deletions
6
.gdbinit
6
.gdbinit
|
@ -1,3 +1,9 @@
|
|||
define hook-run
|
||||
set $color_type = 0
|
||||
set $color_highlite = 0
|
||||
set $color_end = 0
|
||||
end
|
||||
|
||||
define ruby_gdb_init
|
||||
if !$color_type
|
||||
set $color_type = "\033[31m"
|
||||
|
|
Loading…
Reference in a new issue