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. 08248ca9fe11040e9a4126cefebc5023d1d67222


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  08248ca9fe11040e9a4126cefebc5023d1d67222 (commit)
      from  52d2001f06c9d8aeeb6db0ce40c6bbfc2be8b0f2 (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=08248ca9fe11040e9a4126cefebc5023d1d67222

commit 08248ca9fe11040e9a4126cefebc5023d1d67222
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Sat Dec 28 14:14:11 2013 -0200

    Implement SystemTap SDT probe support for AArch64
    
    This commit implements the needed bits for SystemTap SDT probe support
    on AArch64 architectures.
    
    First, I started by looking at AArch64 assembly specification and
    filling the necessary options on gdbarch's stap machinery in order to
    make the generic asm parser (implemented in stap-probe.c) recognize
    AArch64's asm.
    
    After my last patch for the SystemTap SDT API, which extends it in order
    to accept multiple prefixes and suffixes, this patch became simpler.  I
    also followed Marcus suggestion and did not shared code between 32- and
    64-bit ARM.
    
    Tom asked me in a previous message how I did my tests.  I believe I
    replied that, but just in case: I ran the tests on
    gdb.base/stap-probe.exp by hand.  I also managed to run the tests on
    real hardware, and they pass without regressions.
    
    2013-12-28  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	PR tdep/15653
    	* NEWS: Mention SystemTap SDT probe support for AArch64 GNU/Linux.
    	* aarch64-linux-tdep.c: Include necessary headers for parsing of
    	SystemTap SDT probes.
    	(aarch64_stap_is_single_operand): New function.
    	(aarch64_stap_parse_special_token): Likewise.
    	(aarch64_linux_init_abi): Declare SystemTap SDT probe argument
    	prefixes and suffixes.  Initialize gdbarch with them.

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

Summary of changes:
 gdb/ChangeLog            |   11 ++++
 gdb/NEWS                 |    2 +
 gdb/aarch64-linux-tdep.c |  137 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 150 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]