public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Add amd64 LAM watchpoint support
@ 2024-10-28  8:46 Schimpe, Christina
  2024-10-28  8:46 ` [PATCH v6 1/2] gdb: Make tagged pointer support configurable Schimpe, Christina
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Schimpe, Christina @ 2024-10-28  8:46 UTC (permalink / raw)
  To: gdb-patches

Hi all,

this is my v6 of the series "Add amd64 LAM watchpoint support".
I just rebased it on latest master since the posting of v5 has been a
while and there were some conflicts in gdb/aarch64-tdep.c and
loongarch-linux-nat.c.

Besides that only the review for patch 1 is open, patch 2 has already
been approved by Felix and Eli for the docs parts.

v5 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2024-July/210414.html

Best Regards
Christina

Christina Schimpe (2):
  gdb: Make tagged pointer support configurable.
  LAM: Enable tagged pointer support for watchpoints.

 gdb/NEWS                             |  5 +++
 gdb/aarch64-linux-nat.c              |  2 +-
 gdb/aarch64-linux-tdep.c             |  7 +--
 gdb/aarch64-tdep.c                   | 23 ++++++----
 gdb/aarch64-tdep.h                   |  6 +++
 gdb/amd64-linux-tdep.c               | 64 +++++++++++++++++++++++++++
 gdb/breakpoint.c                     |  5 ++-
 gdb/gdbarch-gen.c                    | 66 +++++++++++++++++++++++-----
 gdb/gdbarch-gen.h                    | 49 ++++++++++++++++-----
 gdb/gdbarch_components.py            | 53 ++++++++++++++++++----
 gdb/loongarch-linux-nat.c            |  2 +-
 gdb/target.c                         |  3 +-
 gdb/testsuite/gdb.arch/amd64-lam.c   | 49 +++++++++++++++++++++
 gdb/testsuite/gdb.arch/amd64-lam.exp | 46 +++++++++++++++++++
 gdb/testsuite/lib/gdb.exp            | 63 ++++++++++++++++++++++++++
 15 files changed, 396 insertions(+), 47 deletions(-)
 create mode 100755 gdb/testsuite/gdb.arch/amd64-lam.c
 create mode 100644 gdb/testsuite/gdb.arch/amd64-lam.exp

-- 
2.34.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Sean Fennelly, Jeffrey Schneiderman, Tiffany Doon Silva
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

end of thread, other threads:[~2024-11-05 15:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28  8:46 [PATCH v6 0/2] Add amd64 LAM watchpoint support Schimpe, Christina
2024-10-28  8:46 ` [PATCH v6 1/2] gdb: Make tagged pointer support configurable Schimpe, Christina
2024-11-04 11:17   ` Luis Machado
2024-11-05 14:07     ` Schimpe, Christina
2024-11-05 14:22       ` Luis Machado
2024-11-05 14:40         ` Schimpe, Christina
2024-11-05 14:51           ` Luis Machado
2024-11-05 15:09             ` Schimpe, Christina
2024-11-05 15:14               ` Luis Machado
2024-11-05 15:36                 ` Schimpe, Christina
2024-10-28  8:46 ` [PATCH v6 2/2] LAM: Enable tagged pointer support for watchpoints Schimpe, Christina
2024-11-04  8:37 ` [PATCH v6 0/2] Add amd64 LAM watchpoint support Schimpe, Christina

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