public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add helper functions for FreeBSD native targets
@ 2021-07-12 15:53 John Baldwin
  2021-07-12 15:53 ` [PATCH v2 1/5] Add regcache_map_supplies helper routine John Baldwin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: John Baldwin @ 2021-07-12 15:53 UTC (permalink / raw)
  To: gdb-patches

Changes since the first version:

- Dropped Changelog changes
- Added a better comment in regcache.h.
- Refactored the helper methods in patch 2 so that most of the logic is in
  two private methods wrapped by templated methods.
- Various style fixes.

John Baldwin (5):
  Add regcache_map_supplies helper routine.
  fbsd-nat: Add helper functions to fetch and store register sets.
  riscv-fbsd-nat: Use fetch_register_set and store_register_set.
  aarch64-fbsd-nat: Use fetch_register_set and store_register_set.
  arm-fbsd-nat: Use fetch_register_set and store_register_set.

 gdb/aarch64-fbsd-nat.c | 77 +++++----------------------------------
 gdb/arm-fbsd-nat.c     | 81 +++++-------------------------------------
 gdb/fbsd-nat.c         | 46 ++++++++++++++++++++++++
 gdb/fbsd-nat.h         | 43 ++++++++++++++++++++++
 gdb/regcache.c         | 27 ++++++++++++++
 gdb/regcache.h         |  9 +++++
 gdb/riscv-fbsd-nat.c   | 78 +++++-----------------------------------
 7 files changed, 149 insertions(+), 212 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-07-13 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12 15:53 [PATCH v2 0/5] Add helper functions for FreeBSD native targets John Baldwin
2021-07-12 15:53 ` [PATCH v2 1/5] Add regcache_map_supplies helper routine John Baldwin
2021-07-12 15:53 ` [PATCH v2 2/5] fbsd-nat: Add helper functions to fetch and store register sets John Baldwin
2021-07-12 15:53 ` [PATCH v2 3/5] riscv-fbsd-nat: Use fetch_register_set and store_register_set John Baldwin
2021-07-12 15:53 ` [PATCH v2 4/5] aarch64-fbsd-nat: " John Baldwin
2021-07-12 15:53 ` [PATCH v2 5/5] arm-fbsd-nat: " John Baldwin
2021-07-13 12:45 ` [PATCH v2 0/5] Add helper functions for FreeBSD native targets Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).