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


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  a8454a7c5a2254b249b1bac34e7cef1438bca9f2 (commit)
      from  c542398150124a0b5adbbeeb274e55ee56d3120a (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=a8454a7c5a2254b249b1bac34e7cef1438bca9f2

commit a8454a7c5a2254b249b1bac34e7cef1438bca9f2
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Aug 21 11:36:59 2014 +0100

    Remove useless gcore command detection
    
    Checking whether the gcore command is included in the GDB build as
    proxy for checking whether core dumping is supported by the target is
    useless, as gcore.o has been in COMMON_OBS since git 9b4eba8e:
    
        2009-10-26  Michael Snyder  <msnyder@vmware.com>
                    Hui Zhu  <teawater@gmail.com>
    
            * Makefile.in (SFILES): Add gcore.c.
            (COMMON_OBS): Add gcore.o.
            * config/alpha/alpha-linux.mh (NATDEPFILES): Delete gcore.o.
            * config/alpha/fbsd.mh (NATDEPFILES): Ditto.
    	...
    
    IOW, the command is always included in the build.
    
    Instead, nowadays, tests bail out if actually trying to generate a
    core fails with an indication the target doesn't support it.  See
    gdb_gcore_cmd and callers.
    
    Tested on x86_64 Fedora 20.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
    	* gdb.base/gcore-relro-pie.exp: Likewise.
    	* gdb.base/gcore-relro.exp: Likewise.
    	* gdb.base/gcore.exp: Likewise.
    	* gdb.base/print-symbol-loading.exp: Likewise.
    	* gdb.threads/gcore-thread.exp: Likewise.
    	* lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".

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

Summary of changes:
 gdb/testsuite/ChangeLog                          |   10 ++++++++++
 gdb/testsuite/gdb.base/gcore-buffer-overflow.exp |   12 ------------
 gdb/testsuite/gdb.base/gcore-relro-pie.exp       |   13 -------------
 gdb/testsuite/gdb.base/gcore-relro.exp           |   13 -------------
 gdb/testsuite/gdb.base/gcore.exp                 |   12 ------------
 gdb/testsuite/gdb.base/print-symbol-loading.exp  |   13 -------------
 gdb/testsuite/gdb.threads/gcore-thread.exp       |   11 -----------
 gdb/testsuite/lib/gdb.exp                        |    6 ------
 8 files changed, 10 insertions(+), 80 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]