ruby--ruby/misc
Matt Valentine-House 9eabc57584 [ci skip] [lldb] Ensure rbbt has loaded the globals
rb_backtrace relies on the existend of RUBY_T_MASK. This is set up by
the global loading code in lldb_init()

rb_backtrace does not call lldb_init previously, and therefore would
only work if called after another lldb function that _did_ load the
globals.
2022-06-15 13:46:23 -07:00
..
README
expand_tabs.rb
lldb_cruby.py [ci skip] [lldb] Ensure rbbt has loaded the globals 2022-06-15 13:46:23 -07:00
lldb_disasm.py Update lldb helper for iseq disassembly to use correct var name 2022-05-04 12:48:49 -07:00
lldb_yjit.py Add an lldb script to print YJIT comments 2021-10-20 18:19:37 -04:00
rb_optparse.bash
rb_optparse.zsh
ruby-style.el
test_lldb_cruby.rb

README

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