mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add ruby_globals to lldb for easier debugging (#8041)
This commit is contained in:
parent
9e3a5cc54f
commit
dadf17818c
Notes:
git
2023-07-07 19:56:17 +00:00
Merged-By: jemmaissroff
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class RbBaseCommand(LLDBInterface):
|
|||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue