public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: Re: [PATCH v2 3/3] gdb/symtab: Eliminate deferred_entry
Date: Wed, 10 Jan 2024 10:13:43 +0100	[thread overview]
Message-ID: <bad043de-e504-49b2-b04f-a0ffd9aabadc@suse.de> (raw)
In-Reply-To: <20240109170421.4688-4-tdevries@suse.de>

On 1/9/24 18:04, Tom de Vries wrote:
> @@ -63,9 +64,30 @@ enum cooked_index_flag_enum : unsigned char
>     /* True if this entry is just for the declaration of a type, not the
>        definition.  */
>     IS_TYPE_DECLARATION = 16,
> +  /* True is parent_entry.deferred has a value rather than parent_entry
> +     .resolved.  */
> +  IS_PARENT_DEFERRED = 32,
>   };
>   DEF_ENUM_FLAGS_TYPE (enum cooked_index_flag_enum, cooked_index_flag);

Pushed this series, with this missing bit added:
...
@@ -51,6 +51,7 @@ to_string (cooked_index_flag flags)
      MAP_ENUM_FLAG (IS_ENUM_CLASS),
      MAP_ENUM_FLAG (IS_LINKAGE),
      MAP_ENUM_FLAG (IS_TYPE_DECLARATION),
+    MAP_ENUM_FLAG (IS_PARENT_DEFERRED),
    };

    return flags.to_string (mapping);
...

Thanks,
- Tom

  reply	other threads:[~2024-01-10  9:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09 17:04 [PATCH v2 0/3] [gdb/symtab] " Tom de Vries
2024-01-09 17:04 ` [PATCH v2 1/3] gdb/symtab: Allow changing of added cooked_index entries Tom de Vries
2024-01-09 17:04 ` [PATCH v2 2/3] gdb/symtab: Make cooked_index_entry::parent_entry private Tom de Vries
2024-01-09 17:04 ` [PATCH v2 3/3] gdb/symtab: Eliminate deferred_entry Tom de Vries
2024-01-10  9:13   ` Tom de Vries [this message]
2024-01-09 19:08 ` [PATCH v2 0/3] [gdb/symtab] " Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bad043de-e504-49b2-b04f-a0ffd9aabadc@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).