This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 2217da06d8dbaf59c17bd363935bd926e5fdc8ab


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  2217da06d8dbaf59c17bd363935bd926e5fdc8ab (commit)
      from  cc3da688013b5fb3dcc1fa5206bbeef4a35cc10c (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=2217da06d8dbaf59c17bd363935bd926e5fdc8ab

commit 2217da06d8dbaf59c17bd363935bd926e5fdc8ab
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Feb 20 17:35:31 2014 +0800

    Add a newline in output messages
    
    Hi,
    GDB prints two warnings in one single line, as below:
    
     (gdb) p 1.2
     $1 = 1.2
     (gdb) enable $1.2
     History value must have integer type.Bad breakpoint number '$1'
    
    This patch adds '\n' at the end of message.
    
    gdb:
    
    2014-03-06  Yao Qi  <yao@codesourcery.com>
    
    	* cli/cli-utils.c (get_number_trailer): Add '\n' at the end of
    	message.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog       |    5 +++++
 gdb/cli/cli-utils.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]