Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] value.c (record_latest_value): Fix comment.
@ 2014-02-21  1:22 Doug Evans
  2014-02-21  1:28 ` Doug Evans
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Evans @ 2014-02-21  1:22 UTC (permalink / raw)
  To: gdb-patches; +Cc: ludo, eliz

Hi.

This patch fixes a comment that was found to be wrong in this thread:

https://sourceware.org/ml/gdb-patches/2014-02/msg00674.html

I checked as far back as 6.1.1, and it's never returned -1.
[I could go back further, but I don't see the point.]

2014-02-20  Doug Evans  <dje@google.com>

	* value.c (record_latest_value): Fix comment.

diff --git a/gdb/value.c b/gdb/value.c
index 73ba18e..50b0245 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -1642,9 +1642,7 @@ set_value_component_location (struct value *component,
 /* Access to the value history.  */
 
 /* Record a new value in the value history.
-   Returns the absolute history index of the entry.
-   Result of -1 indicates the value was not saved; otherwise it is the
-   value history index of this new item.  */
+   Returns the absolute history index of the entry.  */
 
 int
 record_latest_value (struct value *val)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-24 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  1:22 [PATCH] value.c (record_latest_value): Fix comment Doug Evans
2014-02-21  1:28 ` Doug Evans
2014-02-24 22:02   ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox