Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2017 21:21:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221025] [exp-run] Update devel/gdb to 8.0
Message-ID:  <bug-221025-13-KuJuiKgXCB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221025-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221025-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221025

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jhb
Date: Fri Jul 28 21:20:49 UTC 2017
New revision: 446852
URL: https://svnweb.freebsd.org/changeset/ports/446852

Log:
  Upgrade to GDB 8.0.

  - Commit b5430a3ced fixes parsing of 32-bit MIPS process cores.
  - kgdb has been ported to 8.0 including renaming the new OSABI constant,
    using gdb_bfd_openr, new return type of ldirname, and solib_add
    changed.
  - GDB 8.0 requires C++11, however the port is marked as requiring C++14
    as a workaround for bugs in clang 10.3.
  - patch-armfbsd is updated for the new OSABI constant names (a.out was
    removed in 8.0) and new filename convention (arm-fbsd-*)
  - patch-gdb-amd64-bsd-nat.c (renamed from patch-gdbamd64-bsd-nat.c) is
    simplified to just store the r_flags value before collecting registers
    from the register cache rather than a full copy of the entire register
    set.
  - patch-gdb-corelow.c has been removed.  It isn't really correct and if
    arm cores still cause core dumps the error is in arm-fbsd-tdep.c.
  - patch-gdb-i386-fbsd-nat.c renamed to account for rename of patched
    file.
  - patch-gdb-x86bsd-nat.c has been removed.  The file was renamed, but the
    stock file also compiled fine for me on i386.

  PR:           221025 (exp-run for 10.3)
  Submitted by: luca.pizzamiglio@gmail.com (original version)
  Reviewed by:  luca.pizzamiglio@gmail.com (maintainer)
  Approved by:  brooks
  Differential Revision:        https://reviews.freebsd.org/D11465

Changes:
  head/devel/gdb/Makefile
  head/devel/gdb/distinfo
  head/devel/gdb/files/commit-387360daf9
  head/devel/gdb/files/commit-b268007c68
  head/devel/gdb/files/commit-b5430a3ced
  head/devel/gdb/files/extrapatch-kgdb
  head/devel/gdb/files/kgdb/amd64fbsd-kern.c
  head/devel/gdb/files/kgdb/fbsd-kld.c
  head/devel/gdb/files/kgdb/fbsd-kthr.c
  head/devel/gdb/files/kgdb/fbsd-kvm.c
  head/devel/gdb/files/kgdb/i386fbsd-kern.c
  head/devel/gdb/files/kgdb/kgdb.h
  head/devel/gdb/files/kgdb/mipsfbsd-kern.c
  head/devel/gdb/files/kgdb/ppcfbsd-kern.c
  head/devel/gdb/files/kgdb/sparc64fbsd-kern.c
  head/devel/gdb/files/patch-armfbsd
  head/devel/gdb/files/patch-fixes
  head/devel/gdb/files/patch-gdb-amd64-bsd-nat.c
  head/devel/gdb/files/patch-gdb-amd64bsd-nat.c
  head/devel/gdb/files/patch-gdb-configure
  head/devel/gdb/files/patch-gdb-corelow.c
  head/devel/gdb/files/patch-gdb-fbsd-nat.c
  head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h
  head/devel/gdb/files/patch-gdb-i386-fbsd-nat.c
  head/devel/gdb/files/patch-gdb-i386fbsd-nat.c
  head/devel/gdb/files/patch-gdb-x86bsd-nat.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221025-13-KuJuiKgXCB>