summaryrefslogtreecommitdiff
path: root/misc/lldb_rb
Commit message (Collapse)AuthorAgeFilesLines
* LLDB: Fix T_ARRAY inspect [ci skip]Nobuyoshi Nakada2023-04-101-2/+2
|
* [ci skip] LLDB: Fix rp for arraysMatt Valentine-House2023-03-301-3/+3
|
* Fix missing receiver [ci sip]Nobuyoshi Nakada2023-03-311-1/+1
|
* [ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House2023-03-211-0/+49
|
* * remove trailing spaces. [ci skip]git2023-03-172-11/+11
|
* [ci skip] Move rp helper to new LLDB formatMatt Valentine-House2023-03-176-14/+453
| | | | | For now, the old function still exists as `old_rp`, in order to debug issues with this command.
* [lldb] Add a print_flags command (#7358)Matt Valentine-House2023-02-222-3/+33
|
* Ivar copy needs to happen _before_ setting the shapeAaron Patterson2022-11-011-2/+2
| | | | | | | | 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.
* Write interface instead of interfactKaĆ­que Kandy Koga2022-08-191-1/+1
|
* * remove trailing spaces. [ci skip]git2022-08-191-3/+3
|
* [ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House2022-08-181-27/+28
| | | | by moving it fully into RbBaseCommand
* [ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House2022-08-185-0/+142
Push the newly refactored lldb files into a sub-directory so that we're not cluttering up the misc directory