From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28819 invoked by alias); 8 Nov 2013 19:47:49 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 28797 invoked by uid 79); 8 Nov 2013 19:47:49 -0000 Date: Fri, 08 Nov 2013 19:47:00 -0000 Message-ID: <20131108194747.28759.qmail@sourceware.org> From: devans@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 73be47f57c32f50d4695a4b672af9263b5313cbb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1bd2f0baf15dfb05a884228cee1f9964768e1a27 X-Git-Newrev: 73be47f57c32f50d4695a4b672af9263b5313cbb X-SW-Source: 2013-q4/txt/msg00092.txt.bz2 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 73be47f57c32f50d4695a4b672af9263b5313cbb (commit) from 1bd2f0baf15dfb05a884228cee1f9964768e1a27 (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=73be47f57c32f50d4695a4b672af9263b5313cbb commit 73be47f57c32f50d4695a4b672af9263b5313cbb Author: Doug Evans Date: Fri Nov 8 11:47:08 2013 -0800 Change "set debug dwarf2-read" to take a verbosity level. * dwarf2read.c (dwarf2_read_debug): Change to unsigned int. (create_debug_types_hash_table): Only print debugging messages for each TU if dwarf2-read >= 2. (process_queue): Ditto. (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger. Update doc string. doc/ * gdb.texinfo (Debugging Output): Update text for "set debug dwarf2-read". ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 9 +++++++++ gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 4 +++- gdb/dwarf2read.c | 30 ++++++++++++++++++++---------- 4 files changed, 37 insertions(+), 11 deletions(-) hooks/post-receive -- gdb and binutils