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. 303a33faef8fca9b26b18a02550541c5f61ace9e


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  303a33faef8fca9b26b18a02550541c5f61ace9e (commit)
      from  196100a019964c09588686553f3b6687f6e3fe15 (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=303a33faef8fca9b26b18a02550541c5f61ace9e

commit 303a33faef8fca9b26b18a02550541c5f61ace9e
Author: Simon Marchi <simon dot marchi at ericsson dot com>
Date:   Sat Apr 26 18:10:40 2014 -0400

    mi: Use the value in mi_console_file->quote as the quoting character
    
    In mi_interpreter_init, multiple MI consoles/channels are created and a quoting
    character is given.  In mi_console_raw_packet, we check if the value is not 0
    to decide if we should quote the string, but we don't use the value. It is
    hardcoded to ".  We might never use another quoting character than an actual
    quote, but I suggest we change it, for correctness.  There is not visible
    behavior change.
    
    I changed the latest fputs_unfiltered changed to fputc_unfiltered just to stay
    consistent.
    
    gdb/ChangeLog:
    
    2014-05-12  Simon Marchi  <simon.marchi@ericsson.com>
    
    	* mi/mi-console.c (mi_console_raw_packet): Use the value from
    	mi_console->quote as the quoting character.

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

Summary of changes:
 gdb/ChangeLog       |    5 +++++
 gdb/mi/mi-console.c |    7 ++++---
 2 files changed, 9 insertions(+), 3 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]