Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Initial support for FreeBSD/aarch64
@ 2017-08-12  2:05 John Baldwin
  2017-08-12  2:05 ` [PATCH 2/2] Add native target " John Baldwin
  2017-08-12  2:05 ` [PATCH 1/2] Add FreeBSD/aarch64 architecture John Baldwin
  0 siblings, 2 replies; 5+ messages in thread
From: John Baldwin @ 2017-08-12  2:05 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-22 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-12  2:05 [PATCH 0/2] Initial support for FreeBSD/aarch64 John Baldwin
2017-08-12  2:05 ` [PATCH 2/2] Add native target " John Baldwin
2017-08-22 14:03   ` Yao Qi
2017-08-22 18:04     ` John Baldwin
2017-08-12  2:05 ` [PATCH 1/2] Add FreeBSD/aarch64 architecture John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox