This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/4] Initial support for FreeBSD/arm in GDB
- From: John Baldwin <jhb at FreeBSD dot org>
- To: gdb-patches at sourceware dot org, binutils at sourceware dot org
- Date: Thu, 14 Sep 2017 08:18:27 -0700
- Subject: [PATCH 0/4] Initial support for FreeBSD/arm in GDB
- Authentication-results: sourceware.org; auth=none
This series adds initial support for FreeBSD/arm to GDB. It does not
include support for hardware watchpoints or breakpoints.
John Baldwin (4):
Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector
types.
Handle the NT_ARM_VFP core dump note on FreeBSD.
Add FreeBSD/arm architecture.
Add native target for FreeBSD/arm.
bfd/ChangeLog | 4 +
bfd/elf.c | 3 +
gdb/ChangeLog | 22 +++++
gdb/Makefile.in | 3 +
gdb/NEWS | 2 +
gdb/arm-fbsd-nat.c | 151 ++++++++++++++++++++++++++++++
gdb/arm-fbsd-tdep.c | 258 +++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/arm-fbsd-tdep.h | 39 ++++++++
gdb/configure.host | 1 +
gdb/configure.nat | 5 +
gdb/configure.tgt | 5 +
gdb/fbsd-tdep.c | 2 +
include/ChangeLog | 4 +
include/elf/common.h | 2 +
14 files changed, 501 insertions(+)
create mode 100644 gdb/arm-fbsd-nat.c
create mode 100644 gdb/arm-fbsd-tdep.c
create mode 100644 gdb/arm-fbsd-tdep.h
--
2.13.3