public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug cli/7536] ``set input-radix 1'' changes radix
Date: Mon, 29 Dec 2008 02:18:00 -0000	[thread overview]
Message-ID: <20081229021859.4772.qmail@sourceware.org> (raw)
In-Reply-To: <20020317074800.7536.ac131313@redhat.com>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2008-12-29 02:18 -------
Subject: Bug 7536

CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2008-12-29 02:18:48

Modified files:
	gdb            : ChangeLog valprint.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: radix.exp 

Log message:
	2008-12-29  Pedro Alves  <pedro@codesourcery.com>
	
	PR gdb/7536:
	* valprint.c (input_radix_1): New static global.
	(set_input_radix): Use it instead of "input_radix".
	(set_input_radix_1): Always leave input_radix_1 set to
	input_radix.
	(output_radix_1): New static global.
	(set_output_radix): Use it instead of "output_radix".
	(set_output_radix_1): Always leave output_radix_1 set to
	output_radix.
	(_initialize_valprint): Use "input_radix_1" instead of
	"input_radix" with the "input-radix" command.  Use
	"output_radix_1" instead of "output_radix" with the "output-radix"
	command.
	
	2008-12-29  Pedro Alves  <pedro@codesourcery.com>
	
	PR gdb/7536:
	* gdb.base/radix.exp: Add tests to ensure invalid input radices
	and unsupported output radices are really rejected.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10054&r2=1.10055
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valprint.c.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1780&r2=1.1781
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/radix.exp.diff?cvsroot=src&r1=1.6&r2=1.7



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=7536

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


       reply	other threads:[~2008-12-29  2:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20020317074800.7536.ac131313@redhat.com>
2008-12-29  2:18 ` cvs-commit at gcc dot gnu dot org [this message]
2008-12-29  2:22 ` pedro at codesourcery dot com

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=20081229021859.4772.qmail@sourceware.org \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@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).