summaryrefslogtreecommitdiff
path: root/misc/lldb_rb/lldb_interface.py
AgeCommit message (Collapse)Author
2025-04-15Fix LLDB heap_page commandÉtienne Barrié
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
2023-09-30Delete empty lines at EOF [ci skip]Nobuyoshi Nakada
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