Age | Commit message (Expand) | Author |
---|
4 days | Remove unnecessary shebang and excutable bits [ci skip] | Nobuyoshi Nakada |
2025-04-15 | Always look for the top-level RBasic in LLDB scripts | Étienne Barrié |
2025-04-08 | Fix lldb debug scripts (#13048) | Eileen |
2024-10-03 | Rename size_pool -> heap | Matt Valentine-House |
2023-10-25 | LLDB: Use `expression` to save the result into the history [ci skip] | Nobuyoshi Nakada |
2023-08-29 | Fix string2cstr in lldb_cruby.py [ci skip] | Peter Zhu |
2023-03-21 | [ci skip] Move rb_id2str into new LLDB format | Matt Valentine-House |
2023-03-17 | [ci skip] Move rp helper to new LLDB format | Matt Valentine-House |
2022-10-11 | Revert "Revert "This commit implements the Object Shapes technique in CRuby."" | Jemma Issroff |
2022-09-30 | Revert "This commit implements the Object Shapes technique in CRuby." | Aaron Patterson |
2022-09-28 | This commit implements the Object Shapes technique in CRuby. | Jemma Issroff |
2022-09-26 | Revert this until we can figure out WB issues or remove shapes from GC | Aaron Patterson |
2022-09-26 | This commit implements the Object Shapes technique in CRuby. | Jemma Issroff |
2022-08-18 | [ci skip][Feature #18910][lldb] Dedup lldb_init | Matt Valentine-House |
2022-08-18 | [ci-skip][Feature #18910][lldb] New directory structure | Matt Valentine-House |
2022-08-18 | [ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB Framework | Matt Valentine-House |
2022-08-18 | [ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB framework | Matt Valentine-House |
2022-08-18 | [ci-skip][Feature #18910][lldb] Provide class framework for lldb commands | Matt Valentine-House |
2022-07-06 | fix lldb scripts on older lldb python | Aaron Patterson |
2022-06-21 | Add T_STRUCT to lldb inspect helper | Jemma Issroff |
2022-06-17 | [ci skip][lldb] Fix array length representation with USING_RVARGC | Matt Valentine-House |
2022-06-15 | [ci skip] [lldb] Ensure rbbt has loaded the globals | Matt Valentine-House |
2022-06-15 | [ci skip] Print the rb_classext_t for a class, using an offset | Matt Valentine-House |
2022-06-15 | Add imemo types to global namespace in lldb helpers | Jemma Issroff |
2022-05-27 | Add more information to lldb dump_page helper | Jemma Issroff |
2022-04-04 | Make heap page sizes 64KiB by default | Peter Zhu |
2022-01-26 | [lldb] Handle MacOS 64Kb heap pages in the lldb helpers | Matt Valentine-House |
2022-01-17 | lldb_cruby.py: support RVARGC on T_CLASS [ci skip] | Nobuyoshi Nakada |
2022-01-06 | Update lldb_cruby.py for VWA strings | Peter Zhu |
2021-10-28 | Follow up the RString change [ci skip] | Nobuyoshi Nakada |
2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu |
2021-09-29 | lldb: Get rid of error at unpreserved encodings [ci skip] | Nobuyoshi Nakada |
2021-09-28 | lldb: Show encoding of String [ci skip] | Nobuyoshi Nakada |
2021-08-25 | [Feature #18045] Implement size classes for GC | Peter Zhu |
2021-08-25 | [Feature #18045] Remove T_PAYLOAD | Peter Zhu |
2021-08-23 | Revert "[Feature #18045] Implement size classes for GC" | Peter Zhu |
2021-08-23 | [Feature #18045] Implement size classes for GC | Peter Zhu |
2021-08-23 | [Feature #18045] Remove T_PAYLOAD | Peter Zhu |
2021-06-04 | lldb_cruby.py: push non-flonum float to history [ci skip] | Nobuyoshi Nakada |
2021-06-04 | lldb_cruby.py: fix non-flonum float inspection [ci skip] | Nobuyoshi Nakada |
2021-05-24 | add rb_id2str to lldb debugging scripts | Aaron Patterson |
2021-05-06 | lldb: convert heap_page_obj_limit from a float to int | Peter Zhu |
2021-05-06 | lldb: teach rp about T_PAYLOAD | Matt Valentine-House |
2021-04-29 | lldb: Warn when attempting to dump invalid pages | Matt Valentine-House |
2021-04-27 | lldb: highlight the slot when using dump_page_rvalue | Matt Valentine-House |
2021-04-27 | lldb: dump_page_rvalue - dump a heap page containing an RVALUE | Matt Valentine-House |
2021-04-27 | lldb: Add Freelist Index to dump_page output | Matt Valentine-House |
2021-03-16 | LLDB: Introduce dump_page helper | Matt Valentine-House |
2021-03-16 | LLDB: Extract a dump_bits function from rp | Matt Valentine-House |
2020-10-14 | Mostly recover a Ruby stack trace from a core file | Aaron Patterson |