ruby/misc/lldb_rb
Étienne Barrié e1f544c1cf Always look for the top-level RBasic in LLDB scripts
`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.
2025-04-15 11:50:48 +09:00
..
commands Always look for the top-level RBasic in LLDB scripts 2025-04-15 11:50:48 +09:00
constants.py [ci skip] Move rp helper to new LLDB format 2023-03-17 20:04:43 +00:00
lldb_interface.py Fix LLDB heap_page command 2025-04-15 11:50:48 +09:00
rb_base_command.py Delete empty lines at EOF [ci skip] 2023-09-30 02:09:29 +09:00
rb_heap_structs.py Always look for the top-level RBasic in LLDB scripts 2025-04-15 11:50:48 +09:00
utils.py Fix LLDB heap_page command 2025-04-15 11:50:48 +09:00