summaryrefslogtreecommitdiff
path: root/misc/lldb_rb
AgeCommit message (Collapse)Author
2023-04-10LLDB: Fix T_ARRAY inspect [ci skip]Nobuyoshi Nakada
2023-03-30[ci skip] LLDB: Fix rp for arraysMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/7632
2023-03-31Fix missing receiver [ci sip]Nobuyoshi Nakada
2023-03-21[ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/6448
2023-03-17* remove trailing spaces. [ci skip]git
2023-03-17[ci skip] Move rp helper to new LLDB formatMatt Valentine-House
For now, the old function still exists as `old_rp`, in order to debug issues with this command. Notes: Merged: https://github.com/ruby/ruby/pull/7531
2023-02-22[lldb] Add a print_flags command (#7358)Matt Valentine-House
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
2022-11-01Ivar copy needs to happen _before_ setting the shapeAaron Patterson
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-08-19Write interface instead of interfactKaĆ­que Kandy Koga
Notes: Merged: https://github.com/ruby/ruby/pull/6254
2022-08-19* remove trailing spaces. [ci skip]git
2022-08-18[ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House
by moving it fully into RbBaseCommand Notes: Merged: https://github.com/ruby/ruby/pull/6129
2022-08-18[ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House
Push the newly refactored lldb files into a sub-directory so that we're not cluttering up the misc directory Notes: Merged: https://github.com/ruby/ruby/pull/6129