From 8113892617de0ababfc7c5773c7d147f807243d3 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 1 Jun 2019 00:44:08 +0000 Subject: Update port to GDB 8.3. New features in GDB 8.3 include support for DWARF index caches and styling (colors) in the CLI and TUI. Source code styling is also available via the new SOURCE_HIGHLIGHT option (enabled by default). GDB 8.3 also adds support for FreeBSD/riscv64. In addition, kgdb has been updated for changes in 8.3 along with support for FreeBSD/riscv64 kernels. The libc++ helpers have been updated to a newer version which adds support for std::list<> and std::forward_list<>. The helpers now also support Python 3. Finally, a few post-8.3 patches have been backported which add suport for TLS (Thread Local Storage) variables on FreeBSD amd64, i386, powerpc, and riscv architectures. Note that amd64 and i386 do not support examining TLS variables in core dumps currently. This support along with support for additional architectures require kernel changes and will be added in the future once the kernel has been updated. Reviewed by: pizzamig (maintainer) Differential Revision: https://reviews.freebsd.org/D20403 --- devel/gdb/files/patch-gdb_configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/gdb/files/patch-gdb_configure') diff --git a/devel/gdb/files/patch-gdb_configure b/devel/gdb/files/patch-gdb_configure index 118d082c15e4..86fde3bbfa6a 100644 --- a/devel/gdb/files/patch-gdb_configure +++ b/devel/gdb/files/patch-gdb_configure @@ -1,16 +1,16 @@ ---- gdb/configure.orig 2017-09-14 09:28:17 UTC -+++ gdb/configure -@@ -15467,10 +15467,10 @@ fi +--- gdb/configure.orig 2019-05-11 11:19:02.000000000 -0700 ++++ gdb/configure 2019-05-24 16:21:50.559870000 -0700 +@@ -15511,10 +15511,10 @@ fi # The options we'll try to enable. build_warnings="-Wall -Wpointer-arith \ ---Wno-unused -Wunused-value -Wunused-function \ -+-Wno-unused \ +--Wno-unused -Wunused-value -Wunused-variable -Wunused-function \ ++-Wno-unused \ -Wno-switch -Wno-char-subscripts \ --Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \ ---Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized \ +--Wno-sign-compare -Wno-error=maybe-uninitialized \ +-Wempty-body \ -+-Wno-sign-compare -Wno-narrowing \ ++-Wno-sign-compare \ -Wno-mismatched-tags \ -Wno-error=deprecated-register \ -Wsuggest-override \ -- cgit v1.2.3