| Age | Commit message (Collapse) | Author |
|
Now that the shape_id gives us all the same information, it's no
longer needed.
Notes:
Merged: https://github.com/ruby/ruby/pull/13612
|
|
`rp` and other commands were broken for me because they always showed
the object as a T_NONE.
The reason was that instead of returning the type `struct RBasic`,
FindFirstType("struct RBasic") was returning
`yjit::cruby::autogened::RBasic`.
Explicitly asking for the top-level RBasic by prefixing it with `::` is
enough to fix those commands.
Notes:
Merged: https://github.com/ruby/ruby/pull/13096
|
|
Move _append_command_output and _append_expression to LLDBInterface, and
use it from HeapPageCommand after setting result.
Notes:
Merged: https://github.com/ruby/ruby/pull/13096
|
|
These flags were removed in d426343418aab6148706860bd1678ac309dc12c0 and
print_flags is broken because of it.
Notes:
Merged: https://github.com/ruby/ruby/pull/13006
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6448
|
|
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
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6254
|
|
|
|
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
|