| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-06 | Fix RCLASS_EXT dump [ci skip] | Nobuyoshi Nakada | |
| 2023-10-31 | LLDB: Dump table structs in Hash [ci skip] | Nobuyoshi Nakada | |
| 2023-10-25 | LLDB: Use `expression` to save the result into the history [ci skip] | Nobuyoshi Nakada | |
| 2023-10-10 | LLDB: Print actual node structure [ci skip] | yui-knk | |
| 2023-09-30 | Fix RBignum print [ci skip] | Nobuyoshi Nakada | |
| 2023-09-30 | Fix RArray print [ci skip] | Nobuyoshi Nakada | |
| 2023-09-30 | Delete empty lines at EOF [ci skip] | Nobuyoshi Nakada | |
| 2023-07-07 | Add ruby_globals to lldb for easier debugging (#8041) | Jemma Issroff | |
| Notes: Merged-By: jemmaissroff | |||
| 2023-06-11 | `RString::len` was moved at 7577c101ed6452de3e72fadb43db595946acc701 | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2023-04-10 | LLDB: Fix T_ARRAY inspect [ci skip] | Nobuyoshi Nakada | |
| 2023-03-30 | [ci skip] LLDB: Fix rp for arrays | Matt Valentine-House | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7632 | |||
| 2023-03-31 | Fix missing receiver [ci sip] | Nobuyoshi Nakada | |
| 2023-03-21 | [ci skip] Move rb_id2str into new LLDB format | Matt 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 format | Matt 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-01 | Ivar copy needs to happen _before_ setting the shape | Aaron 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-19 | Write interface instead of interfact | KaĆ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_init | Matt 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 structure | Matt 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 | |||
