Jemma Issroff
dadf17818c
Add ruby_globals to lldb for easier debugging ( #8041 )
2023-07-07 15:55:58 -04:00
Matt Valentine-House
c7862c68eb
[ci skip] Move rp helper to new LLDB format
...
For now, the old function still exists as `old_rp`, in order to debug
issues with this command.
2023-03-17 20:04:43 +00:00
Matt Valentine-House
220cdbeea5
[lldb] Add a print_flags command ( #7358 )
2023-02-22 14:26:28 -05:00
Aaron Patterson
70173a72a2
Ivar copy needs to happen _before_ setting the shape
...
When we copy instance variables, it is possible for the GC to be kicked
off. The GC looks at the shape to determine what slots to mark inside
the object. If the shape is set too soon, the GC could think that there
are more instance variables on the object than there actually are at
that moment.
2022-11-01 15:38:44 -07:00
Matt Valentine-House
92603bbd69
[ci skip][Feature #18910 ][lldb] Dedup lldb_init
...
by moving it fully into RbBaseCommand
2022-08-18 13:25:32 -04:00
Matt Valentine-House
b26aec9daa
[ci-skip][Feature #18910 ][lldb] New directory structure
...
Push the newly refactored lldb files into a sub-directory so that we're
not cluttering up the misc directory
2022-08-18 13:25:32 -04:00