Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Sergio Durigan Junior <sergiodj@redhat.com>
To: Doug Evans <dje@google.com>
Cc: gdb-patches <gdb-patches@sourceware.org>
Subject: [commit/obvious] Fix call to get_raw_print_options on mt-tdep.c (was: Re: [patch] Rename "prettyprint" to "prettyformat")
Date: Wed, 10 Jul 2013 03:18:00 -0000	[thread overview]
Message-ID: <m37ggzf6h3.fsf_-_@redhat.com> (raw)
In-Reply-To: <CADPb22SJ45s4+MLfudH_5B4i4xOx0XyLJT0sfGVRCXuzDi4_XA@mail.gmail.com>	(Doug Evans's message of "Tue, 9 Jul 2013 10:00:42 -0700")

On Tuesday, July 09 2013, Doug Evans wrote:

> Committed.

Hi Doug,

Your patch did not update mt-tdep.c, which was causing a compilation
error for me.  I committed the following patch as obvious.

      http://sourceware.org/ml/gdb-cvs/2013-07/msg00055.html

-- 
Sergio

2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>

	* mt-tdep.c (mt_registers_info): Call
	get_no_prettyformat_print_options instead of
	get_raw_print_options (regression by last patch from Doug
	Evans).

diff --git a/gdb/mt-tdep.c b/gdb/mt-tdep.c
index a863cee..22e1cbc 100644
--- a/gdb/mt-tdep.c
+++ b/gdb/mt-tdep.c
@@ -718,7 +718,7 @@ mt_registers_info (struct gdbarch *gdbarch,
 	  print_spaces_filtered (15 - strlen (gdbarch_register_name
 					        (gdbarch, regnum)),
 				 file);
-	  get_raw_print_options (&opts);
+	  get_no_prettyformat_print_options (&opts);
 	  opts.deref_ref = 1;
 	  val_print (register_type (gdbarch, regnum), buf,
 		     0, 0, file, 0, NULL,


  reply	other threads:[~2013-07-10  3:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 21:04 [patch] Rename "prettyprint" to "prettyformat" Doug Evans
2013-07-01 21:22 ` Doug Evans
2013-07-09 17:00 ` Doug Evans
2013-07-10  3:18   ` Sergio Durigan Junior [this message]
2013-07-10  3:33     ` [commit/obvious] Fix call to get_raw_print_options on mt-tdep.c (was: Re: [patch] Rename "prettyprint" to "prettyformat") Doug Evans

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=m37ggzf6h3.fsf_-_@redhat.com \
    --to=sergiodj@redhat.com \
    --cc=dje@google.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