summaryrefslogtreecommitdiff
path: root/misc/lldb_cruby.py
diff options
context:
space:
mode:
authorJemma Issroff <[email protected]>2022-06-15 09:25:07 -0400
committerAaron Patterson <[email protected]>2022-06-15 09:04:11 -0700
commitd154d5d281c76eb5780ab20709584b782166c855 ()
tree7d96bd1fe2016566224222f4aa8dbe1a786f7423 /misc/lldb_cruby.py
parentbb12aa4d15077071faae5e7b3a4c864699474169 (diff)
Add imemo types to global namespace in lldb helpers
Notes: Merged: https://.com/ruby/ruby/pull/6020
-rwxr-xr-xmisc/lldb_cruby.py6
1 files changed, 6 insertions, 0 deletions
@@ -168,6 +168,12 @@ def lldb_init(debugger):
value_types = []
g = globals()
for enum in target.FindFirstGlobalVariable('ruby_dummy_gdb_enums'):
enum = enum.GetType()
members = enum.GetEnumMembers()