mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove RUBY_FL_PROMOTED{0,1} from debugger scripts
These flags were removed in d426343418
and
print_flags is broken because of it.
This commit is contained in:
parent
3aee7b982b
commit
332f5d0b73
Notes:
git
2025-03-28 16:36:40 +00:00
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@ class PrintFlagsCommand(RbBaseCommand):
|
|||
obj_flags = rcass_ptr.GetValueForExpressionPath("->flags").GetValueAsUnsigned()
|
||||
|
||||
flags = [
|
||||
"RUBY_FL_WB_PROTECTED", "RUBY_FL_PROMOTED0", "RUBY_FL_PROMOTED1", "RUBY_FL_FINALIZE",
|
||||
"RUBY_FL_WB_PROTECTED", "RUBY_FL_PROMOTED", "RUBY_FL_FINALIZE",
|
||||
"RUBY_FL_SHAREABLE", "RUBY_FL_EXIVAR", "RUBY_FL_FREEZE",
|
||||
"RUBY_FL_USER0", "RUBY_FL_USER1", "RUBY_FL_USER2", "RUBY_FL_USER3", "RUBY_FL_USER4",
|
||||
"RUBY_FL_USER5", "RUBY_FL_USER6", "RUBY_FL_USER7", "RUBY_FL_USER8", "RUBY_FL_USER9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue