Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@zwingli.cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: PATCH: make error message complete sentence
Date: Mon, 19 Nov 2001 13:36:00 -0000	[thread overview]
Message-ID: <np1yihh3u2.fsf@zwingli.cygnus.com> (raw)


2001-11-29  Jim Blandy  <jimb@redhat.com>

	* values.c (value_being_returned): Make error message a proper
 	sentence.

Index: gdb/values.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/values.c,v
retrieving revision 1.136
diff -c -r1.136 values.c
*** gdb/values.c	2001/11/10 03:02:20	1.136
--- gdb/values.c	2001/11/29 17:35:26
***************
*** 1388,1394 ****
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown");
  	return value_at (valtype, addr, NULL);
        }
  
--- 1388,1394 ----
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown.");
  	return value_at (valtype, addr, NULL);
        }
  


WARNING: multiple messages have this Message-ID
From: Jim Blandy <jimb@zwingli.cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: PATCH: make error message complete sentence
Date: Thu, 29 Nov 2001 09:40:00 -0000	[thread overview]
Message-ID: <np1yihh3u2.fsf@zwingli.cygnus.com> (raw)
Message-ID: <20011129094000.ZG6-Ls6RyGczaMr0wh8oJFFYoHMXUqFkQX_qhqRy53k@z> (raw)

2001-11-29  Jim Blandy  <jimb@redhat.com>

	* values.c (value_being_returned): Make error message a proper
 	sentence.

Index: gdb/values.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/values.c,v
retrieving revision 1.136
diff -c -r1.136 values.c
*** gdb/values.c	2001/11/10 03:02:20	1.136
--- gdb/values.c	2001/11/29 17:35:26
***************
*** 1388,1394 ****
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown");
  	return value_at (valtype, addr, NULL);
        }
  
--- 1388,1394 ----
        {
  	addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
  	if (!addr)
! 	  error ("Function return value unknown.");
  	return value_at (valtype, addr, NULL);
        }
  


             reply	other threads:[~2001-11-29 17:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-19 13:36 Jim Blandy [this message]
2001-11-19 13:40 ` Andrew Cagney
2001-11-29 10:31   ` Andrew Cagney
2001-11-29  9:40 ` Jim Blandy

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=np1yihh3u2.fsf@zwingli.cygnus.com \
    --to=jimb@zwingli.cygnus.com \
    --cc=gdb-patches@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