public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache
@ 2017-03-11 17:04 Simon Marchi
  2017-03-11 17:04 ` [PATCH v1.99 1/6] Introduce regcache_get_ptid Simon Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Simon Marchi @ 2017-03-11 17:04 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This is almost a v2 of:

  Pass ptid to target_ops register methods
  https://sourceware.org/ml/gdb-patches/2017-03/msg00100.html

but since the work can be done incrementally (unlike the original version), I'd
like to make sure that the idea is good before proceeding with all the changes.
I've only done changes to a few target files for the moment and will do the
others if these look good..

Simon Marchi (6):
  Introduce regcache_get_ptid
  Add asserts in target_fetch/store_registers
  amd64-linux-nat: Use ptid from regcache instead of inferior_ptid
  aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid
  aix-thread: Use ptid from regcache instead of inferior_ptid
  alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid

 gdb/aarch64-linux-nat.c |  8 ++++----
 gdb/aix-thread.c        | 14 +++++++-------
 gdb/alpha-bsd-nat.c     | 12 ++++++------
 gdb/amd64-linux-nat.c   |  8 ++++----
 gdb/regcache.c          | 10 ++++++++++
 gdb/regcache.h          |  4 ++++
 gdb/target.c            |  4 ++++
 7 files changed, 39 insertions(+), 21 deletions(-)

-- 
2.12.0

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

end of thread, other threads:[~2017-03-13 22:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 17:04 [PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache Simon Marchi
2017-03-11 17:04 ` [PATCH v1.99 1/6] Introduce regcache_get_ptid Simon Marchi
2017-03-11 17:04 ` [PATCH v1.99 6/6] alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid Simon Marchi
2017-03-11 17:04 ` [PATCH v1.99 3/6] amd64-linux-nat: " Simon Marchi
2017-03-11 17:04 ` [PATCH v1.99 2/6] Add asserts in target_fetch/store_registers Simon Marchi
2017-03-11 17:16 ` [PATCH v1.99 4/6] aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid Simon Marchi
2017-03-11 17:17 ` [PATCH v1.99 5/6] aix-thread: " Simon Marchi
2017-03-13 19:15 ` [PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache Pedro Alves
2017-03-13 22:53   ` Simon Marchi

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).