mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-27 21:06:00 +00:00
Modified Files:
cp-valprint.c ChangeLog * cp-valprint.c (cp_print_value_fields): change output from <no value> to <optimized out or zero length>
This commit is contained in:
parent
99c411063e
commit
aa074e84be
@ -1,3 +1,8 @@
|
||||
Mon Nov 8 18:17:11 1993 Kung Hsu (kung@cirdan.cygnus.com)
|
||||
|
||||
* cp-valprint.c (cp_print_value_fields): change output from <no
|
||||
value> to <optimized out or zero length>
|
||||
|
||||
Mon Nov 08 17:05:30 1993 Jeffrey Wheat (cassidy@cygnus.com)
|
||||
|
||||
* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS
|
||||
|
@ -298,7 +298,7 @@ cp_print_value_fields (type, valaddr, stream, format, recurse, pretty,
|
||||
order problems. */
|
||||
if (TYPE_FIELD_IGNORE (type, i))
|
||||
{
|
||||
fputs_filtered ("<no value>", stream);
|
||||
fputs_filtered ("<optimized out or zero length>", stream);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -313,7 +313,7 @@ cp_print_value_fields (type, valaddr, stream, format, recurse, pretty,
|
||||
{
|
||||
if (TYPE_FIELD_IGNORE (type, i))
|
||||
{
|
||||
fputs_filtered ("<no value>", stream);
|
||||
fputs_filtered ("<optimized out or zero length>", stream);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user