Nobuyoshi Nakada
b06b69e6dc
LLDB: Dump table structs in Hash [ci skip]
2023-10-31 22:40:34 +09:00
Nobuyoshi Nakada
526292d9fe
LLDB: Use expression
to save the result into the history [ci skip]
2023-10-25 16:50:00 +09:00
yui-knk
7de6908a28
LLDB: Print actual node structure [ci skip]
2023-10-10 07:53:42 +09:00
Nobuyoshi Nakada
ce717be188
Fix RBignum print [ci skip]
2023-09-30 02:09:29 +09:00
Nobuyoshi Nakada
9fa7ec9332
Fix RArray print [ci skip]
2023-09-30 02:09:29 +09:00
Nobuyoshi Nakada
e825160257
Delete empty lines at EOF [ci skip]
2023-09-30 02:09:29 +09:00
Jemma Issroff
dadf17818c
Add ruby_globals to lldb for easier debugging ( #8041 )
2023-07-07 15:55:58 -04:00
Nobuyoshi Nakada
dcdc2cbd8e
RString::len
was moved at 7577c101ed
...
[ci skip]
2023-06-11 17:31:49 +09:00
Nobuyoshi Nakada
e1d2dc4cfc
LLDB: Fix T_ARRAY inspect [ci skip]
2023-04-10 14:12:19 +09:00
Matt Valentine-House
dabeec8034
[ci skip] LLDB: Fix rp for arrays
2023-03-30 22:38:30 +01:00
Nobuyoshi Nakada
339295dd7c
Fix missing receiver [ci sip]
2023-03-31 01:16:44 +09:00
Matt Valentine-House
6eac424e5e
[ci skip] Move rb_id2str into new LLDB format
2023-03-21 09:10:46 +00:00
git
2d97f87407
* remove trailing spaces. [ci skip]
2023-03-17 20:04:58 +00: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
Kaíque Kandy Koga
4177f60eed
Write interface instead of interfact
2022-08-19 22:18:36 +09:00
git
59da26789f
* remove trailing spaces. [ci skip]
2022-08-19 02:25:54 +09: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