diff options
| author | Étienne Barrié <etienne.barrie@gmail.com> | 2025-04-10 15:26:06 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-04-15 11:50:48 +0900 |
| commit | e1f544c1cf34787f139a973b934c9f535b201ea3 (patch) | |
| tree | aa19a9af18e8350bad61e9d4d7f06c8dd83063b4 /test/ruby | |
| parent | 6e184ebb5aa0461936a6db408a7fa48541a0e80d (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
