Skip to content

Commit

Permalink
Add ruby_globals to lldb for easier debugging (#8041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaissroff committed Jul 7, 2023
1 parent 9e3a5cc commit dadf178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/lldb_rb/rb_base_command.py
Expand Up @@ -43,6 +43,7 @@ def __init__(self, debugger, _internal_dict):
self.internal_dict = _internal_dict

def __call__(self, debugger, command, exe_ctx, result):
self.ruby_globals = RbBaseCommand.lldb_init(debugger)
self.build_environment(debugger)
self.call(debugger, command, exe_ctx, result)

Expand Down

0 comments on commit dadf178

Please sign in to comment.