summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorÉtienne Barrié <etienne.barrie@gmail.com>2025-04-10 15:26:06 +0200
committerJean Boussier <jean.boussier@gmail.com>2025-04-15 11:50:48 +0900
commite1f544c1cf34787f139a973b934c9f535b201ea3 (patch)
treeaa19a9af18e8350bad61e9d4d7f06c8dd83063b4 /test/ruby
parent6e184ebb5aa0461936a6db408a7fa48541a0e80d (diff)
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.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13096
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions