ruby/misc
Takashi Kokubun 3a238eff88 gdb: Fix a command example
It was actually harder to type `cfp + 1`. `cfp 1` also works and is more
useful.
2023-04-01 00:23:35 -07:00
..
.vscode Tell VSCode to debug test.rb by default [ci-skip] 2023-02-10 11:53:04 -05:00
lldb_rb [ci skip] LLDB: Fix rp for arrays 2023-03-30 22:38:30 +01: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
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