This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

I realized yesterday that I had forgotton to 'git add' the
aarch64-fbsd-nat.c file for the second patch, so this series adds
the missing file.

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-nat.c  | 133 +++++++++++++++++++++++++++++++
 gdb/aarch64-fbsd-tdep.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/aarch64-fbsd-tdep.h |  33 ++++++++
 gdb/configure.host      |   1 +
 gdb/configure.nat       |   5 ++
 gdb/configure.tgt       |   5 ++
 9 files changed, 413 insertions(+)
 create mode 100644 gdb/aarch64-fbsd-nat.c
 create mode 100644 gdb/aarch64-fbsd-tdep.c
 create mode 100644 gdb/aarch64-fbsd-tdep.h

-- 
2.13.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]