[PATCH 0/2] Initial support for FreeBSD/aarch64

John Baldwin jhb@FreeBSD.org
Sat Aug 12 02:05:00 GMT 2017


This series adds initial support for FreeBSD/aarch64.  It does not
yet include support for hardware breakpoints/watchpoints as that is
not currently supported by FreeBSD's kernel.

John Baldwin (2):
  Add FreeBSD/aarch64 architecture.
  Add native target for FreeBSD/aarch64.

 gdb/ChangeLog           |  17 ++++
 gdb/Makefile.in         |   3 +
 gdb/NEWS                |   8 ++
 gdb/aarch64-fbsd-tdep.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/aarch64-fbsd-tdep.h |  33 ++++++++
 gdb/configure.host      |   1 +
 gdb/configure.nat       |   5 ++
 gdb/configure.tgt       |   5 ++
 8 files changed, 280 insertions(+)
 create mode 100644 gdb/aarch64-fbsd-tdep.c
 create mode 100644 gdb/aarch64-fbsd-tdep.h

-- 
2.13.3



More information about the Gdb-patches mailing list