1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/misc
nobu 3cfe3051c5 lldb_rp: reload debug info if not loaded yet [ci skip]
As debug infos in shared libraries are not accessible until loaded,
retry loading the infos when needed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-10-02 19:14:24 +00:00
..
lldb_cruby.py lldb_rp: reload debug info if not loaded yet [ci skip] 2018-10-02 19:14:24 +00:00
rb_optparse.bash
rb_optparse.zsh
README Partly reverted for ruby-style.el. 2018-09-14 13:19:45 +00:00
ruby-style.el Partly reverted for ruby-style.el. 2018-09-14 13:19:45 +00:00
test_lldb_cruby.rb Add initial test for lldb extension 2017-08-03 09:39:25 +00:00

README             this file
rb_optparse.bash   bash completion script
rb_optparse.zsh    zsh completion script
ruby-style.el      Ruby's C/C++ mode style for emacs
lldb_cruby.py      LLDB port of debug utility
test_lldb_cruby.rb test file for LLDB port