This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
gdb and binutils branch master updated. f69d9aef9b66d371f2abab8ef2178043362bf350
- From: aburgess at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 29 Oct 2013 13:32:57 -0000
- Subject: gdb and binutils branch master updated. f69d9aef9b66d371f2abab8ef2178043362bf350
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via f69d9aef9b66d371f2abab8ef2178043362bf350 (commit)
from 681f229a9fbf72ce7882bf81122f1f18bce96c0e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f69d9aef9b66d371f2abab8ef2178043362bf350
commit f69d9aef9b66d371f2abab8ef2178043362bf350
Author: Andrew Burgess <aburgess@broadcom.com>
Date: Tue Oct 29 13:24:11 2013 +0000
Print <unavailable> for unavailable registers in info register output.
https://sourceware.org/ml/gdb-patches/2013-08/msg00171.html
gdb/ChangeLog
* infcmd.c (default_print_one_register_info): Use val_print to
print all values even optimized out or unavailable ones. Don't
try to print a raw form of optimized out or unavailable values.
gdb/testsuite/ChangeLog
* gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
Expect <unavailable> pattern.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 6 ++++++
gdb/infcmd.c | 25 ++++++++++---------------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.trace/unavailable.exp | 4 ++--
4 files changed, 23 insertions(+), 17 deletions(-)
hooks/post-receive
--
gdb and binutils