summaryrefslogtreecommitdiff
path: root/misc/lldb_cruby.py
diff options
context:
space:
mode:
authorMatt Valentine-House <[email protected]>2022-09-26 17:08:31 +0100
committerMatt Valentine-House <[email protected]>2023-03-21 09:10:46 +0000
commit6eac424e5ef0a48e078986c764072aa243965dcc (patch)
treebbb5d8223989a8a364e5864d5fed9638c9e6367e /misc/lldb_cruby.py
parentc44367265daccc504e6ee35eb2ae5712563246c3 (diff)
[ci skip] Move rb_id2str into new LLDB format
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6448
Diffstat (limited to 'misc/lldb_cruby.py')
-rwxr-xr-xmisc/lldb_cruby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lldb_cruby.py b/misc/lldb_cruby.py
index 3b4f7af757..95e03c6209 100755
--- a/misc/lldb_cruby.py
+++ b/misc/lldb_cruby.py
@@ -741,7 +741,7 @@ def __lldb_init_module(debugger, internal_dict):
debugger.HandleCommand("command script add -f lldb_cruby.rb_backtrace rbbt")
debugger.HandleCommand("command script add -f lldb_cruby.dump_page dump_page")
debugger.HandleCommand("command script add -f lldb_cruby.dump_page_rvalue dump_page_rvalue")
- debugger.HandleCommand("command script add -f lldb_cruby.rb_id2str rb_id2str")
+ debugger.HandleCommand("command script add -f lldb_cruby.rb_id2str old_rb_id2str")
lldb_rb.rb_base_command.RbBaseCommand.lldb_init(debugger)