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


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  b9c1d481cc639a9c1f31aea164f8716a85edd89f (commit)
      from  68372333a2467491f007d59c390d67f58df0bb77 (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=b9c1d481cc639a9c1f31aea164f8716a85edd89f

commit b9c1d481cc639a9c1f31aea164f8716a85edd89f
Author: Adrian Sendroiu <adrian.sendroiu@freescale.com>
Date:   Fri Jul 11 10:51:48 2014 +0100

    remote: call remote_check_symbols after attaching
    
    When debugging a remote bare-metal target with "target
    extended-remote" + attach, GDB won't send a qSymbol packet to initiate
    symbol lookup.  This happens because all the previous places in which
    GDB might have done this are guarded by conditions that don't hold in
    the said scenario: there are no shared libraries, no vsyscall page and
    the binary file didn't change in the time passed between the "file"
    and the "attach" commands.
    
    To solve this problem remote_check_symbols is called in the
    target_post_attach hook.
    
    gdb/
    2014-07-11  Adrian Sendroiu  <adrian.sendroiu@freescale.com>
    
    	* remote.c (extended_remote_post_attach): New function.
    	(init_extended_remote_ops): Install it as to_post_attach method.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/remote.c  |   15 +++++++++++++++
 2 files changed, 20 insertions(+), 0 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]