зеркало из https://github.com/github/ruby.git
.gdbinit: fix print_pathobj
$str is not C string but RString. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f3a892429d
Коммит
389c80cec1
2
.gdbinit
2
.gdbinit
|
@ -1110,7 +1110,7 @@ define print_pathobj
|
|||
else
|
||||
set $str = ((struct RArray*)($arg0))->as.heap.ptr[0]
|
||||
end
|
||||
printf "%s", $str
|
||||
print_string $str
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче