mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
![]() `rp` and other commands were broken for me because they always showed the object as a T_NONE. The reason was that instead of returning the type `struct RBasic`, FindFirstType("struct RBasic") was returning `yjit::cruby::autogened::RBasic`. Explicitly asking for the top-level RBasic by prefixing it with `::` is enough to fix those commands. |
||
---|---|---|
.. | ||
.vscode | ||
lldb_rb | ||
call_fuzzer.rb | ||
call_fuzzer.sh | ||
expand_tabs.rb | ||
gdb.py | ||
lldb_cruby.py | ||
lldb_disasm.py | ||
rb_optparse.bash | ||
rb_optparse.zsh | ||
README | ||
ruby-style.el | ||
test_lldb_cruby.rb | ||
yjit_perf.py |
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