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_mips64-obsd-tdep.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 devel/gdb/files/patch-gdb_mips64-obsd-tdep.c (limited to 'devel/gdb/files/patch-gdb_mips64-obsd-tdep.c') diff --git a/devel/gdb/files/patch-gdb_mips64-obsd-tdep.c b/devel/gdb/files/patch-gdb_mips64-obsd-tdep.c deleted file mode 100644 index 9a49e5f3532b..000000000000 --- a/devel/gdb/files/patch-gdb_mips64-obsd-tdep.c +++ /dev/null @@ -1,19 +0,0 @@ ---- gdb/mips64-obsd-tdep.c.orig 2018-03-15 16:47:34.626536000 +0100 -+++ gdb/mips64-obsd-tdep.c 2018-03-15 16:48:17.150853000 +0100 -@@ -127,11 +127,11 @@ - SIGTRAMP_FRAME, - MIPS_INSN32_SIZE, - { -- { 0x67a40020, -1 }, /* daddiu a0,sp,32 */ -- { 0x24020067, -1 }, /* li v0,103 */ -- { 0x0000000c, -1 }, /* syscall */ -- { 0x0000000d, -1 }, /* break */ -- { TRAMP_SENTINEL_INSN, -1 } -+ { 0x67a40020, static_cast(-1) }, /* daddiu a0,sp,32 */ -+ { 0x24020067, static_cast(-1) }, /* li v0,103 */ -+ { 0x0000000c, static_cast(-1) }, /* syscall */ -+ { 0x0000000d, static_cast(-1) }, /* break */ -+ { TRAMP_SENTINEL_INSN, static_cast(-1) } - }, - mips64obsd_sigframe_init - }; -- cgit v1.2.3