Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb@sources.redhat.com
Subject: Re: GDB 6.5 branch on Sun May 14th
Date: Sun, 14 May 2006 07:33:00 -0000	[thread overview]
Message-ID: <17510.49478.586246.146949@farnswood.snap.net.nz> (raw)
In-Reply-To: <20060514050107.GA6718@adacore.com>

 > Now that the last couple of patches I thought were important enough to
 > delay 6.5 are in, I was thinking that maybe tomorrow would be a good
 > day to use as the start of the 6.5 branch. Any better suggestion?

Could I sneak in the change to -var-set-format that I submitted earlier?
(reproduced below).  There must be a chance that Emacs 22 will be released
before the GDB release after 6.5, and then I'll be up and running.

-- 
Nick                                           http://www.inet.net.nz/~nickrob



2006-05-02  Nick Roberts  <nickrob@snap.net.nz>

	* mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.



*** mi-cmd-var.c	31 Mar 2006 12:46:48 +1200	1.23
--- mi-cmd-var.c	02 May 2006 18:16:39 +1200	
***************
*** 211,216 ****
--- 211,219 ----
  
    /* Report the new current format */
    ui_out_field_string (uiout, "format", varobj_format_string[(int) format]);
+ 
+   /* Report the value in the new format */
+   ui_out_field_string (uiout, "value", varobj_get_value (var));
    return MI_CMD_DONE;
  }


  reply	other threads:[~2006-05-14  5:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-14  6:57 Joel Brobecker
2006-05-14  7:33 ` Nick Roberts [this message]
2006-05-14 10:41   ` Joel Brobecker
2006-05-14 16:03     ` Daniel Jacobowitz
2006-05-14 22:38       ` Nick Roberts
2006-05-14 22:44         ` Daniel Jacobowitz
2006-05-14 21:29   ` Eli Zaretskii
2006-05-14 16:40 ` Daniel Jacobowitz
2006-08-22  9:51 Nick Roberts

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=17510.49478.586246.146949@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=brobecker@adacore.com \
    --cc=gdb@sources.redhat.com \
    /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