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. f4ccffad182295fda170179ee5315e60f23d89b7


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  f4ccffad182295fda170179ee5315e60f23d89b7 (commit)
      from  2915c55b41d00f12ed6bc54b4160e3367065c1c8 (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=f4ccffad182295fda170179ee5315e60f23d89b7

commit f4ccffad182295fda170179ee5315e60f23d89b7
Author: Christian Eggers <ceggers@gmx.de>
Date:   Tue Feb 4 19:42:12 2014 +0000

    Call remote_check_symbols even if only symbol-file (not file) has been given
    
    The Eclipse "C/C++ GDB Hardware Debugging" plugin runs only the
    "symbol-file" command.  In this case, remote_check_symbols is not
    called and no qSymbol:: packet is sent to the server (OpenOCD in my
    case).
    
    gdb/
    2014-02-04  Christian Eggers  <ceggers@gmx.de>  (tiny change)
    
    	* remote.c (remote_start_remote): Call remote_check_symbols even
    	if only symbol-file (not file) has been given.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/remote.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]