ruby/misc
Nobuyoshi Nakada dcdc2cbd8e
`RString::len` was moved at 7577c101ed
[ci skip]
2023-06-11 17:31:49 +09:00
..
.vscode Add an example for rust-analyzer.cargo.unsetTest [ci skip] 2023-06-05 14:01:37 -07:00
lldb_rb `RString::len` was moved at 7577c101ed 2023-06-11 17:31:49 +09:00
README Put example VSCode configs in misc/.vscode [ci skip] 2023-02-03 11:01:08 -08:00
expand_tabs.rb
gdb.py gdb: Fix a command example 2023-04-01 00:23:35 -07:00
lldb_cruby.py [ci skip] Move rb_id2str into new LLDB format 2023-03-21 09:10:46 +00:00
lldb_disasm.py Get the insns_address_table from the vm_exec_core module table... 2022-07-14 08:25:37 -07:00
lldb_yjit.py
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
.vscode            example VSCode config to debug Ruby