public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA] inadvertent language switch during breakpoint_re_set_one
Date: Thu, 10 May 2018 19:29:00 -0000	[thread overview]
Message-ID: <87fu2z1fmf.fsf@tromey.com> (raw)
In-Reply-To: <1525976353-67414-1-git-send-email-brobecker@adacore.com> (Joel	Brobecker's message of "Thu, 10 May 2018 14:19:13 -0400")

>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> +  explicit scoped_restore_current_language_mode ()
Joel> +    : m_lang_mode (language_mode)
Joel> +  {
Joel> +  }
Joel> +
Joel> +  ~scoped_restore_current_language_mode ()
Joel> +  {
Joel> +    language_mode = m_lang_mode;
Joel> +  }
[...]
Joel> +  enum language_mode m_lang_mode;

For a plain scalar you can just use scoped_restore and make_scoped_restore.

Tom

  parent reply	other threads:[~2018-05-10 19:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10 18:42 Joel Brobecker
2018-05-10 18:58 ` Sergio Durigan Junior
2018-05-10 19:26   ` Joel Brobecker
2018-05-10 19:08 ` Keith Seitz
2018-05-10 19:21   ` Joel Brobecker
2018-05-10 19:35     ` Keith Seitz
2018-05-10 19:29 ` Tom Tromey [this message]
2018-05-10 20:59   ` Joel Brobecker
2018-05-31  0:02     ` Joel Brobecker
2018-06-01 12:42     ` Pedro Alves
2018-06-01 16:39       ` Joel Brobecker

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=87fu2z1fmf.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=brobecker@adacore.com \
    --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).