From: Simon Marchi Date: Fri, 13 Jun 2025 15:22:20 +0000 (-0400) Subject: gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZED X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b9c9b26e18a63aae5b7fcac6b68cede5b61aaf3;p=thirdparty%2Fbinutils-gdb.git gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZED Change-Id: Iaac252aa2abbe169153e79b84f956cda172c69d1 --- diff --git a/gdb/dwarf2/cooked-index-entry.c b/gdb/dwarf2/cooked-index-entry.c index 9a921f22c21..560d6952206 100644 --- a/gdb/dwarf2/cooked-index-entry.c +++ b/gdb/dwarf2/cooked-index-entry.c @@ -33,6 +33,7 @@ to_string (cooked_index_flag flags) MAP_ENUM_FLAG (IS_LINKAGE), MAP_ENUM_FLAG (IS_TYPE_DECLARATION), MAP_ENUM_FLAG (IS_PARENT_DEFERRED), + MAP_ENUM_FLAG (IS_SYNTHESIZED), }; return flags.to_string (mapping);