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


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  a442d0713a940326c72c1c85357cb92d5f6d2fc2 (commit)
       via  6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (commit)
       via  c765fdb902fd6dbdeaa476b49592a4d9f835d983 (commit)
      from  6b97fa271f548025208afdf9380d7c8c5e323a4c (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=a442d0713a940326c72c1c85357cb92d5f6d2fc2

commit a442d0713a940326c72c1c85357cb92d5f6d2fc2
Author: Gary Benson <gbenson@redhat.com>
Date:   Wed Oct 8 09:33:22 2014 +0100

    Include common-exceptions.h in common-defs.h
    
    This commit includes common-exceptions.h in common-defs.h and removes
    all other inclusions.
    
    gdb/ChangeLog:
    
    	* common/common-defs.h: Include common-exceptions.h.
    	* exceptions.h: Do not include common-exceptions.h.
    
    gdb/gdbserver/ChangeLog:
    
    	* server.h: Do not include common-exceptions.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6f1947e8a206a2664506ee5a333f7c9d0af8cac8

commit 6f1947e8a206a2664506ee5a333f7c9d0af8cac8
Author: Gary Benson <gbenson@redhat.com>
Date:   Wed Oct 8 09:33:22 2014 +0100

    Include cleanups.h in common-defs.h
    
    This commit includes cleanups.h in common-defs.h and removes all other
    inclusions.
    
    gdb/ChangeLog:
    
    	* common/common-defs.h: Include cleanups.h.
    	* common/common-exceptions.c: Do not include cleanups.h.
    	* utils.h: Likewise.
    
    gdb/gdbserver/ChangeLog:
    
    	* server.h: Do not include cleanups.h.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c765fdb902fd6dbdeaa476b49592a4d9f835d983

commit c765fdb902fd6dbdeaa476b49592a4d9f835d983
Author: Gary Benson <gbenson@redhat.com>
Date:   Wed Oct 8 09:33:22 2014 +0100

    Remove spurious exceptions.h inclusions
    
    defs.h includes utils.h, and utils.h includes exceptions.h.  All GDB
    .c files include defs.h as their first line, so no file other than
    utils.h needs to include exceptions.h.  This commit removes all such
    inclusions.
    
    gdb/ChangeLog:
    
    	* ada-lang.c: Do not include exceptions.h.
    	* ada-valprint.c: Likewise.
    	* amd64-tdep.c: Likewise.
    	* auto-load.c: Likewise.
    	* block.c: Likewise.
    	* break-catch-throw.c: Likewise.
    	* breakpoint.c: Likewise.
    	* btrace.c: Likewise.
    	* c-lang.c: Likewise.
    	* cli/cli-cmds.c: Likewise.
    	* cli/cli-interp.c: Likewise.
    	* cli/cli-script.c: Likewise.
    	* completer.c: Likewise.
    	* corefile.c: Likewise.
    	* corelow.c: Likewise.
    	* cp-abi.c: Likewise.
    	* cp-support.c: Likewise.
    	* cp-valprint.c: Likewise.
    	* darwin-nat.c: Likewise.
    	* dwarf2-frame-tailcall.c: Likewise.
    	* dwarf2-frame.c: Likewise.
    	* dwarf2loc.c: Likewise.
    	* dwarf2read.c: Likewise.
    	* eval.c: Likewise.
    	* event-loop.c: Likewise.
    	* event-top.c: Likewise.
    	* f-valprint.c: Likewise.
    	* frame-unwind.c: Likewise.
    	* frame.c: Likewise.
    	* gdbtypes.c: Likewise.
    	* gnu-v2-abi.c: Likewise.
    	* gnu-v3-abi.c: Likewise.
    	* guile/scm-auto-load.c: Likewise.
    	* guile/scm-breakpoint.c: Likewise.
    	* guile/scm-cmd.c: Likewise.
    	* guile/scm-frame.c: Likewise.
    	* guile/scm-lazy-string.c: Likewise.
    	* guile/scm-param.c: Likewise.
    	* guile/scm-symbol.c: Likewise.
    	* guile/scm-type.c: Likewise.
    	* hppa-hpux-tdep.c: Likewise.
    	* i386-tdep.c: Likewise.
    	* inf-loop.c: Likewise.
    	* infcall.c: Likewise.
    	* infcmd.c: Likewise.
    	* infrun.c: Likewise.
    	* interps.c: Likewise.
    	* interps.h: Likewise.
    	* jit.c: Likewise.
    	* linespec.c: Likewise.
    	* linux-nat.c: Likewise.
    	* linux-thread-db.c: Likewise.
    	* m32r-rom.c: Likewise.
    	* main.c: Likewise.
    	* memory-map.c: Likewise.
    	* mi/mi-cmd-break.c: Likewise.
    	* mi/mi-cmd-stack.c: Likewise.
    	* mi/mi-interp.c: Likewise.
    	* mi/mi-main.c: Likewise.
    	* monitor.c: Likewise.
    	* nto-procfs.c: Likewise.
    	* objc-lang.c: Likewise.
    	* p-valprint.c: Likewise.
    	* parse.c: Likewise.
    	* ppc-linux-tdep.c: Likewise.
    	* printcmd.c: Likewise.
    	* probe.c: Likewise.
    	* python/py-auto-load.c: Likewise.
    	* python/py-breakpoint.c: Likewise.
    	* python/py-cmd.c: Likewise.
    	* python/py-finishbreakpoint.c: Likewise.
    	* python/py-frame.c: Likewise.
    	* python/py-framefilter.c: Likewise.
    	* python/py-function.c: Likewise.
    	* python/py-gdb-readline.c: Likewise.
    	* python/py-inferior.c: Likewise.
    	* python/py-infthread.c: Likewise.
    	* python/py-lazy-string.c: Likewise.
    	* python/py-linetable.c: Likewise.
    	* python/py-param.c: Likewise.
    	* python/py-prettyprint.c: Likewise.
    	* python/py-symbol.c: Likewise.
    	* python/py-type.c: Likewise.
    	* python/py-value.c: Likewise.
    	* python/python-internal.h: Likewise.
    	* python/python.c: Likewise.
    	* record-btrace.c: Likewise.
    	* record-full.c: Likewise.
    	* regcache.c: Likewise.
    	* remote-fileio.c: Likewise.
    	* remote-mips.c: Likewise.
    	* remote.c: Likewise.
    	* rs6000-aix-tdep.c: Likewise.
    	* rs6000-nat.c: Likewise.
    	* skip.c: Likewise.
    	* solib-darwin.c: Likewise.
    	* solib-dsbt.c: Likewise.
    	* solib-frv.c: Likewise.
    	* solib-ia64-hpux.c: Likewise.
    	* solib-spu.c: Likewise.
    	* solib-svr4.c: Likewise.
    	* solib.c: Likewise.
    	* spu-tdep.c: Likewise.
    	* stack.c: Likewise.
    	* stap-probe.c: Likewise.
    	* symfile-mem.c: Likewise.
    	* symmisc.c: Likewise.
    	* target.c: Likewise.
    	* thread.c: Likewise.
    	* top.c: Likewise.
    	* tracepoint.c: Likewise.
    	* tui/tui-interp.c: Likewise.
    	* typeprint.c: Likewise.
    	* utils.c: Likewise.
    	* valarith.c: Likewise.
    	* valops.c: Likewise.
    	* valprint.c: Likewise.
    	* value.c: Likewise.
    	* varobj.c: Likewise.
    	* windows-nat.c: Likewise.
    	* xml-support.c: Likewise.

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

Summary of changes:
 gdb/ChangeLog                    |  135 ++++++++++++++++++++++++++++++++++++++
 gdb/ada-lang.c                   |    1 -
 gdb/ada-valprint.c               |    1 -
 gdb/amd64-tdep.c                 |    1 -
 gdb/auto-load.c                  |    1 -
 gdb/block.c                      |    1 -
 gdb/break-catch-throw.c          |    1 -
 gdb/breakpoint.c                 |    1 -
 gdb/btrace.c                     |    1 -
 gdb/c-lang.c                     |    1 -
 gdb/cli/cli-cmds.c               |    1 -
 gdb/cli/cli-interp.c             |    1 -
 gdb/cli/cli-script.c             |    1 -
 gdb/common/common-defs.h         |    2 +
 gdb/common/common-exceptions.c   |    1 -
 gdb/completer.c                  |    1 -
 gdb/corefile.c                   |    1 -
 gdb/corelow.c                    |    1 -
 gdb/cp-abi.c                     |    1 -
 gdb/cp-support.c                 |    1 -
 gdb/cp-valprint.c                |    1 -
 gdb/darwin-nat.c                 |    1 -
 gdb/dwarf2-frame-tailcall.c      |    1 -
 gdb/dwarf2-frame.c               |    1 -
 gdb/dwarf2loc.c                  |    1 -
 gdb/dwarf2read.c                 |    1 -
 gdb/eval.c                       |    1 -
 gdb/event-loop.c                 |    1 -
 gdb/event-top.c                  |    1 -
 gdb/exceptions.h                 |    1 -
 gdb/f-valprint.c                 |    1 -
 gdb/frame-unwind.c               |    1 -
 gdb/frame.c                      |    1 -
 gdb/gdbserver/ChangeLog          |    8 ++
 gdb/gdbserver/server.h           |    3 -
 gdb/gdbtypes.c                   |    1 -
 gdb/gnu-v2-abi.c                 |    2 -
 gdb/gnu-v3-abi.c                 |    1 -
 gdb/guile/scm-auto-load.c        |    1 -
 gdb/guile/scm-breakpoint.c       |    1 -
 gdb/guile/scm-cmd.c              |    1 -
 gdb/guile/scm-frame.c            |    1 -
 gdb/guile/scm-lazy-string.c      |    1 -
 gdb/guile/scm-param.c            |    1 -
 gdb/guile/scm-symbol.c           |    1 -
 gdb/guile/scm-type.c             |    1 -
 gdb/hppa-hpux-tdep.c             |    1 -
 gdb/i386-tdep.c                  |    1 -
 gdb/inf-loop.c                   |    1 -
 gdb/infcall.c                    |    1 -
 gdb/infcmd.c                     |    1 -
 gdb/infrun.c                     |    1 -
 gdb/interps.c                    |    1 -
 gdb/interps.h                    |    2 -
 gdb/jit.c                        |    1 -
 gdb/linespec.c                   |    1 -
 gdb/linux-nat.c                  |    1 -
 gdb/linux-thread-db.c            |    1 -
 gdb/m32r-rom.c                   |    1 -
 gdb/main.c                       |    2 -
 gdb/memory-map.c                 |    1 -
 gdb/mi/mi-cmd-break.c            |    1 -
 gdb/mi/mi-cmd-stack.c            |    1 -
 gdb/mi/mi-interp.c               |    1 -
 gdb/mi/mi-main.c                 |    1 -
 gdb/monitor.c                    |    1 -
 gdb/nto-procfs.c                 |    2 -
 gdb/objc-lang.c                  |    1 -
 gdb/p-valprint.c                 |    1 -
 gdb/parse.c                      |    1 -
 gdb/ppc-linux-tdep.c             |    1 -
 gdb/printcmd.c                   |    1 -
 gdb/probe.c                      |    1 -
 gdb/python/py-auto-load.c        |    1 -
 gdb/python/py-breakpoint.c       |    1 -
 gdb/python/py-cmd.c              |    1 -
 gdb/python/py-finishbreakpoint.c |    1 -
 gdb/python/py-frame.c            |    1 -
 gdb/python/py-framefilter.c      |    1 -
 gdb/python/py-function.c         |    1 -
 gdb/python/py-gdb-readline.c     |    1 -
 gdb/python/py-inferior.c         |    1 -
 gdb/python/py-infthread.c        |    1 -
 gdb/python/py-lazy-string.c      |    1 -
 gdb/python/py-linetable.c        |    1 -
 gdb/python/py-param.c            |    1 -
 gdb/python/py-prettyprint.c      |    1 -
 gdb/python/py-symbol.c           |    1 -
 gdb/python/py-type.c             |    1 -
 gdb/python/py-value.c            |    1 -
 gdb/python/python-internal.h     |    2 -
 gdb/python/python.c              |    1 -
 gdb/record-btrace.c              |    1 -
 gdb/record-full.c                |    1 -
 gdb/regcache.c                   |    1 -
 gdb/remote-fileio.c              |    1 -
 gdb/remote-mips.c                |    1 -
 gdb/remote.c                     |    1 -
 gdb/rs6000-aix-tdep.c            |    1 -
 gdb/rs6000-nat.c                 |    1 -
 gdb/skip.c                       |    1 -
 gdb/solib-darwin.c               |    1 -
 gdb/solib-dsbt.c                 |    1 -
 gdb/solib-frv.c                  |    1 -
 gdb/solib-ia64-hpux.c            |    1 -
 gdb/solib-spu.c                  |    1 -
 gdb/solib-svr4.c                 |    1 -
 gdb/solib.c                      |    1 -
 gdb/spu-tdep.c                   |    1 -
 gdb/stack.c                      |    1 -
 gdb/stap-probe.c                 |    1 -
 gdb/symfile-mem.c                |    1 -
 gdb/symmisc.c                    |    1 -
 gdb/target.c                     |    1 -
 gdb/thread.c                     |    1 -
 gdb/top.c                        |    1 -
 gdb/tracepoint.c                 |    1 -
 gdb/tui/tui-interp.c             |    1 -
 gdb/typeprint.c                  |    1 -
 gdb/utils.c                      |    1 -
 gdb/utils.h                      |    1 -
 gdb/valarith.c                   |    1 -
 gdb/valops.c                     |    1 -
 gdb/valprint.c                   |    1 -
 gdb/value.c                      |    1 -
 gdb/varobj.c                     |    1 -
 gdb/windows-nat.c                |    1 -
 gdb/xml-support.c                |    1 -
 128 files changed, 145 insertions(+), 132 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]